[vlmc-devel] [PATCH] Set "Media Library folders" window minimum size to 50x50
yikei lu
luyikei.qmltu at gmail.com
Sat May 12 22:05:50 CEST 2018
Hi,
Looks good to me!
Regards,
On Sat, May 12, 2018 at 6:09 AM, Ben Thou <contactbth at gmail.com> wrote:
> Fix issue #99
> ---
> src/Gui/ui/FolderListWidget.ui | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/Gui/ui/FolderListWidget.ui b/src/Gui/ui/FolderListWidget.ui
> index eda1c480..9d1c2078 100644
> --- a/src/Gui/ui/FolderListWidget.ui
> +++ b/src/Gui/ui/FolderListWidget.ui
> @@ -37,8 +37,8 @@
> </property>
> <property name="minimumSize">
> <size>
> - <width>0</width>
> - <height>400</height>
> + <width>50</width>
> + <height>50</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