Commit a726c1c1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - I prefer to have the left pane to not grow when the whole playlist is widenthed...

parent ecde18b4
......@@ -91,6 +91,8 @@ PlaylistWidget::PlaylistWidget( intf_thread_t *_p_i, QSettings *settings ) :
sizeList << 180 << 420 ;
setSizes( sizeList );
setSizePolicy( QSizePolicy::Preferred, QSizePolicy::Expanding );
setStretchFactor( 0, 0 );
setStretchFactor( 1, 3 );
/* In case we want to keep the splitter informations */
settings->beginGroup( "playlist" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment