]> git.sesse.net Git - vlc/commitdiff
Qt4 - Change the default extended panel size.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 6 Dec 2007 08:02:43 +0000 (08:02 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 6 Dec 2007 08:02:43 +0000 (08:02 +0000)
modules/gui/qt4/dialogs/extended.cpp

index 1ac6185a23599f149c8b195e5d9eaf1a3f5b4920..e54ddf1a8387aa0dab7f600a359fb617f2b7c4f7 100644 (file)
@@ -64,7 +64,7 @@ ExtendedDialog::ExtendedDialog( intf_thread_t *_p_intf ): QVLCFrame( _p_intf )
     layout->addWidget( closeButton, 1, 4, 1, 1);
     CONNECT( closeButton, clicked(), this, close() );
 
-    readSettings( "EPanel", QSize( 400, 300 ), QPoint( 450, 0 ) );
+    readSettings( "EPanel", QSize( 400, 280 ), QPoint( 450, 0 ) );
 }
 
 void ExtendedDialog::savingSettings()