[vlmc-devel] PreviewWidget: let the widget determine its own minimumWidth

Ludovic Fauvet git at videolan.org
Mon Sep 24 19:23:37 CEST 2012


vlmc | branch: master | Ludovic Fauvet <etix at videolan.org> | Mon Sep 24 19:22:51 2012 +0200| [38f5b90dfd900754ac557856bc10baf317ba6800] | committer: Ludovic Fauvet

PreviewWidget: let the widget determine its own minimumWidth

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

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

diff --git a/src/Gui/preview/ui/PreviewWidget.ui b/src/Gui/preview/ui/PreviewWidget.ui
index 1792052..7891128 100644
--- a/src/Gui/preview/ui/PreviewWidget.ui
+++ b/src/Gui/preview/ui/PreviewWidget.ui
@@ -18,7 +18,7 @@
   </property>
   <property name="minimumSize">
    <size>
-    <width>328</width>
+    <width>0</width>
     <height>240</height>
    </size>
   </property>
@@ -415,12 +415,6 @@
      </item>
      <item>
       <widget class="LCDTimecode" name="lcdNumber">
-       <property name="minimumSize">
-        <size>
-         <width>80</width>
-         <height>0</height>
-        </size>
-       </property>
        <property name="frameShape">
         <enum>QFrame::StyledPanel</enum>
        </property>



More information about the Vlmc-devel mailing list