]> git.sesse.net Git - vlc/commitdiff
Qt: don't limit the artLabel in width
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 14 Oct 2011 00:32:31 +0000 (02:32 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 14 Oct 2011 11:05:11 +0000 (13:05 +0200)
modules/gui/qt4/components/interface_widgets.cpp

index 86d6ad64a392cba82806825ea77972ca613e57ae..47c1f6076bd23fbde627a025a35da42d5591f8da 100644 (file)
@@ -473,7 +473,6 @@ CoverArtLabel::CoverArtLabel( QWidget *parent, intf_thread_t *_p_i )
     setMinimumHeight( 128 );
     setMinimumWidth( 128 );
     setMaximumHeight( 128 );
-    setMaximumWidth( 128 );
     setScaledContents( false );
     setAlignment( Qt::AlignCenter );