]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/extended.cpp
Attempt to fix crashes on the extended panel.
[vlc] / modules / gui / qt4 / dialogs / extended.cpp
index a19f4a557d545a52319a197c70a6308b45878d56..3e45580c8d4bb4976ee84de2235320d2ba4d6fcd 100644 (file)
@@ -41,6 +41,8 @@ ExtendedDialog::ExtendedDialog( intf_thread_t *_p_intf ): QVLCFrame( _p_intf )
     setWindowTitle( qtr( "Adjustments and Effects" ) );
 
     QGridLayout *layout = new QGridLayout( this );
+    layout->setLayoutMargins( 0, 2, 0, 1, 1 );
+    layout->setSpacing( 3 );
 
     QTabWidget *mainTabW = new QTabWidget( this );