[vlc-devel] commit: Qt: playlist, set a minimum width (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Dec 6 15:49:58 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Dec 5 18:51:52 2009 +0100| [9c45afe2d126777982b1de8c8ab26e426afe916f] | committer: Jean-Baptiste Kempf
Qt: playlist, set a minimum width
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9c45afe2d126777982b1de8c8ab26e426afe916f
---
.../gui/qt4/components/playlist/standardpanel.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/components/playlist/standardpanel.cpp b/modules/gui/qt4/components/playlist/standardpanel.cpp
index 1fedbc3..604c703 100644
--- a/modules/gui/qt4/components/playlist/standardpanel.cpp
+++ b/modules/gui/qt4/components/playlist/standardpanel.cpp
@@ -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 );
More information about the vlc-devel
mailing list