[vlmc-devel] [PATCH] Set "Media Library folders" window minimum size to 50x50
Ben Thou
contactbth at gmail.com
Sat May 12 13:09:22 CEST 2018
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
More information about the Vlmc-devel
mailing list