vlc | branch: master | Filip Roséen <[email protected]> | Tue Dec 6 11:45:35 2016 +0100| [6ea76b810153d83bf5891ab9ad0e6fa6e8dd1d1d] | committer: Thomas Guillem
gui/qt: remove maximum height of artContainer Limiting the size of the art-container does not make much sense, especially not when the maximum height prior to these changes was set in pixels. fixes #17749 Signed-off-by: Thomas Guillem <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6ea76b810153d83bf5891ab9ad0e6fa6e8dd1d1d --- 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 ); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
