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

Rémi Denis-Courmont remi at remlab.net
Tue Dec 6 18:00:56 CET 2016


On December 6, 2016 5:45:35 AM EST, "Filip Roséen" <filip at atch.se> wrote:
>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
>
>_______________________________________________
>vlc-devel mailing list
>To unsubscribe or modify your subscription options:
>https://mailman.videolan.org/listinfo/vlc-devel

Rejected
-- 
Rémi Denis-Courmont


More information about the vlc-devel mailing list