Commit 2edd4c9c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4: Fix small layout bug introduced by customization

parent 45b587d9
......@@ -149,7 +149,7 @@ void AbstractController::createAndAddWidget( QBoxLayout *controlLayout,
if( i_type == WIDGET_SPACER_EXTEND )
{
controlLayout->insertSpacing( i_index, 10 );
controlLayout->insertStretch( i_index, 16 );
return;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment