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

Hugo Beauzée-Luyssen hugo at beauzee.fr
Mon May 14 18:40:34 CEST 2018


I'd rather have the proper contraints in the underlying layouts & no widget size requirements than fiddling with the dimensions 1 by 1 to be honest
That being said, I'm not the biggest Qt UI pro there is (far from it) so I'm not entirely sure what the correct way is

On Sat, May 12, 2018, at 4:09 AM, Ben Thou 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


-- 
  Hugo Beauzée-Luyssen
  hugo at beauzee.fr


More information about the Vlmc-devel mailing list