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

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


Hi,

It looks good to me regarding the issue description, however will the current layout (or widget constraints) prevent the entire window to be resized to a 0 pixel height window?


On Thu, May 10, 2018, at 1:16 PM, yikei lu wrote:
> 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
> _______________________________________________
> 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