[vlmc-devel] [PATCH] Set "Media Library folders" window minimum size to 0

yikei lu luyikei.qmltu at gmail.com
Thu May 10 22:16:54 CEST 2018


Hi, thank you for your patch!

Looks good to me. But I suspect the minimum size should have set to
avoid some kind of bugs. What is your opinion, Hugo?

Regards,

On Thu, May 10, 2018 at 5:25 AM, Ben Thou <contactbth at gmail.com> wrote:
> Fix issue #99
> ---
>  src/Gui/ui/FolderListWidget.ui | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/Gui/ui/FolderListWidget.ui b/src/Gui/ui/FolderListWidget.ui
> index eda1c480..ccaaf026 100644
> --- a/src/Gui/ui/FolderListWidget.ui
> +++ b/src/Gui/ui/FolderListWidget.ui
> @@ -38,7 +38,7 @@
>       <property name="minimumSize">
>        <size>
>         <width>0</width>
> -       <height>400</height>
> +       <height>0</height>
>        </size>
>       </property>
>      </widget>
> --
> 2.14.1
>
> _______________________________________________
> Vlmc-devel mailing list
> Vlmc-devel at videolan.org
> https://mailman.videolan.org/listinfo/vlmc-devel


More information about the Vlmc-devel mailing list