]> git.sesse.net Git - vlc/commitdiff
Qt: playlist, set a minimum width
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 5 Dec 2009 17:51:52 +0000 (18:51 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 6 Dec 2009 14:49:18 +0000 (15:49 +0100)
modules/gui/qt4/components/playlist/standardpanel.cpp

index 1fedbc3a9c9969ce83f7c92c6a95d3d852d8b232..604c703a79aabdeb357a88213bf61ac070fd07cb 100644 (file)
@@ -57,6 +57,7 @@ StandardPLPanel::StandardPLPanel( PlaylistWidget *_parent,
 {
     QGridLayout *layout = new QGridLayout( this );
     layout->setSpacing( 0 ); layout->setMargin( 0 );
+    setMinimumWidth( 300 );
 
     model = new PLModel( p_playlist, p_intf, p_root, this );