]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/preferences.cpp
Qt4 - Open Dialog and related. Change on the actions to stream out. Lots of correctio...
[vlc] / modules / gui / qt4 / dialogs / preferences.cpp
index c171ea7b011d0db1ab6f0212bfe4574597a443a7..b46a0a83bda84819fe659e0e27616cf81337cba0 100644 (file)
@@ -46,7 +46,7 @@ PrefsDialog::PrefsDialog( intf_thread_t *_p_intf ) : QVLCFrame( _p_intf )
 {
     QGridLayout *main_layout = new QGridLayout( this );
     setWindowTitle( qtr( "Preferences" ) );
-    resize( 700, 600 );
+    resize( 700, 550 );
 
     /* Create Panels */
     tree_panel = new QWidget( 0 );