]> git.sesse.net Git - vlc/commitdiff
Qt4 - small layout modification .
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 28 Oct 2007 06:59:03 +0000 (06:59 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 28 Oct 2007 06:59:03 +0000 (06:59 +0000)
modules/gui/qt4/components/interface_widgets.cpp

index 4fe8de6719fb2f22d4608cc4e75351c67addd2a5..aa37f123a5d42ea1aa155c329b441dbedecad121 100644 (file)
@@ -422,9 +422,8 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i, bool b_advControls ) :
     BUTTON_SET_ACT_I( nextButton, "", next.png, qtr( "Next" ), next() );
     BUTTON_SET_ACT_I( stopButton, "", stop.png, qtr( "Stop" ), stop() );
 
-    controlLayout->setColumnStretch( 8 , 10 );
-    controlLayout->setColumnStretch( 9, 0 );
-
+    controlLayout->setColumnStretch( 7 , 2 );
+    
     /*
      * Other first Line buttons
      * Might need to be inside a frame to avoid a few resizing pb
@@ -450,7 +449,7 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i, bool b_advControls ) :
     controlLayout->addWidget( extSettingsButton, 3, 12 );
 
     controlLayout->setColumnStretch( 14, 5 );
-
+    
     /* Volume */
     VolumeClickHandler *h = new VolumeClickHandler( p_intf, this );