]> git.sesse.net Git - vlc/commitdiff
Qt4 - Preferences Size.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 28 Apr 2007 15:39:42 +0000 (15:39 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 28 Apr 2007 15:39:42 +0000 (15:39 +0000)
modules/gui/qt4/dialogs/preferences.cpp

index b46a0a83bda84819fe659e0e27616cf81337cba0..efd47007a957f7589d7c7ce020d48e6bb2a4e33e 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, 550 );
+    resize( 750, 550 );
 
     /* Create Panels */
     tree_panel = new QWidget( 0 );