[vlmc-devel] commit: PreviewWidget: Allow a smaller height ( Hugo Beauzée-Luyssen )

git at videolan.org git at videolan.org
Thu Oct 7 18:42:14 CEST 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Thu Oct  7 17:28:59 2010 +0200| [dd4e8d218b46c225318b03e0885fc443150ff683] | committer: Hugo Beauzée-Luyssen 

PreviewWidget: Allow a smaller height

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=dd4e8d218b46c225318b03e0885fc443150ff683
---

 src/Gui/preview/ui/PreviewWidget.ui |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/Gui/preview/ui/PreviewWidget.ui b/src/Gui/preview/ui/PreviewWidget.ui
index 77246de..11bc1f2 100644
--- a/src/Gui/preview/ui/PreviewWidget.ui
+++ b/src/Gui/preview/ui/PreviewWidget.ui
@@ -10,10 +10,16 @@
     <height>352</height>
    </rect>
   </property>
+  <property name="sizePolicy">
+   <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
+    <horstretch>0</horstretch>
+    <verstretch>0</verstretch>
+   </sizepolicy>
+  </property>
   <property name="minimumSize">
    <size>
     <width>328</width>
-    <height>340</height>
+    <height>240</height>
    </size>
   </property>
   <property name="windowTitle">



More information about the Vlmc-devel mailing list