]> git.sesse.net Git - vlc/commitdiff
Qt: Fix CovertArt on the playlist window
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 29 Dec 2009 23:14:59 +0000 (00:14 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 29 Dec 2009 23:14:59 +0000 (00:14 +0100)
modules/gui/qt4/components/interface_widgets.cpp

index 595db88625858634014fe29a8dc8b7c5a602148b..1da5835cf5a88d15fadbd7a10baffb20c634e42f 100644 (file)
@@ -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 );