[vlmc-devel] commit: EffectWidget: Don't extend too much vertically. ( Hugo Beauzée-Luyssen )
git at videolan.org
git at videolan.org
Sat Sep 4 22:22:42 CEST 2010
vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Sat Sep 4 22:03:29 2010 +0200| [9491184d4a72502b81cecdf2ea25e9bc1cd668b1] | committer: Hugo Beauzée-Luyssen
EffectWidget: Don't extend too much vertically.
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=9491184d4a72502b81cecdf2ea25e9bc1cd668b1
---
src/Gui/effectsengine/ui/EffectWidget.ui | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Gui/effectsengine/ui/EffectWidget.ui b/src/Gui/effectsengine/ui/EffectWidget.ui
index f56e33c..50a0b7d 100644
--- a/src/Gui/effectsengine/ui/EffectWidget.ui
+++ b/src/Gui/effectsengine/ui/EffectWidget.ui
@@ -11,7 +11,7 @@
</rect>
</property>
<property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+ <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@@ -23,7 +23,7 @@
<item>
<widget class="QGroupBox" name="groupBox">
<property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+ <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
More information about the Vlmc-devel
mailing list