Commit 554f76ad authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: don't limit the artLabel in width

parent f728c46a
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment