[vlc-devel] [PATCH] gui/qt: fix 17749: remove maximum height of artContainer

Filip Roséen filip at atch.se
Tue Dec 6 11:45:35 CET 2016


Limiting the size of the art-container does not make much sense,
especially not when the the maximum height prior to these changes was
set in pixels.

fixes #17749
---
 modules/gui/qt/components/playlist/playlist.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/gui/qt/components/playlist/playlist.cpp b/modules/gui/qt/components/playlist/playlist.cpp
index f2ff4f2..992477b 100644
--- a/modules/gui/qt/components/playlist/playlist.cpp
+++ b/modules/gui/qt/components/playlist/playlist.cpp
@@ -68,7 +68,6 @@ PlaylistWidget::PlaylistWidget( intf_thread_t *_p_i, QWidget *_par )
     /* Create a Container for the Art Label
        in order to have a beautiful resizing for the selector above it */
     artContainer = new QStackedWidget;
-    artContainer->setMaximumHeight( 256 );
 
     /* Art label */
     CoverArtLabel *art = new CoverArtLabel( artContainer, p_intf );
-- 
2.10.2



More information about the vlc-devel mailing list