[vlmc-devel] [PATCH] Set "Media Library folders" window minimum size to 0
Willem Admiraal
willemadmiraal05 at gmail.com
Fri May 11 03:23:20 CEST 2018
thinking the same, even something smaller. ie
<property name="minimumSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
Wade
On Thu, May 10, 2018 at 2:16 PM, yikei lu <luyikei.qmltu at gmail.com> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlmc-devel/attachments/20180510/d35f212f/attachment.html>
More information about the Vlmc-devel
mailing list