[vlc-commits] Qt: don't limit the artLabel in width

Jean-Baptiste Kempf git at videolan.org
Fri Oct 14 13:05:27 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Oct 14 02:32:31 2011 +0200| [554f76adfa055ffac630de9d06bb7caae6c4c146] | committer: Jean-Baptiste Kempf

Qt: don't limit the artLabel in width

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=554f76adfa055ffac630de9d06bb7caae6c4c146
---

 modules/gui/qt4/components/interface_widgets.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/interface_widgets.cpp b/modules/gui/qt4/components/interface_widgets.cpp
index 86d6ad6..47c1f60 100644
--- a/modules/gui/qt4/components/interface_widgets.cpp
+++ b/modules/gui/qt4/components/interface_widgets.cpp
@@ -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 );
 



More information about the vlc-commits mailing list