[vlc-devel] commit: Qt: Fix CovertArt on the playlist window (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Dec 30 00:21:58 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec 30 00:14:59 2009 +0100| [13314b29e5c547bd59c4747e71fcbb578c3d0156] | committer: Jean-Baptiste Kempf
Qt: Fix CovertArt on the playlist window
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=13314b29e5c547bd59c4747e71fcbb578c3d0156
---
modules/gui/qt4/components/interface_widgets.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/components/interface_widgets.cpp b/modules/gui/qt4/components/interface_widgets.cpp
index 595db88..1da5835 100644
--- a/modules/gui/qt4/components/interface_widgets.cpp
+++ b/modules/gui/qt4/components/interface_widgets.cpp
@@ -549,10 +549,10 @@ CoverArtLabel::CoverArtLabel( QWidget *parent, intf_thread_t *_p_i )
setContextMenuPolicy( Qt::ActionsContextMenu );
CONNECT( this, updateRequested(), this, askForUpdate() );
- /*setMinimumHeight( 128 );
+ setMinimumHeight( 128 );
setMinimumWidth( 128 );
setMaximumHeight( 128 );
- setMaximumWidth( 128 );*/
+ setMaximumWidth( 128 );
setScaledContents( false );
setAlignment( Qt::AlignCenter );
More information about the vlc-devel
mailing list