[vlmc-devel] commit: ImportController.ui: Set Min/Max. geometry for widgets and for dialog window itself. (Rohit Yadav )

git at videolan.org git at videolan.org
Wed Sep 22 23:29:09 CEST 2010


vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Thu Sep 23 03:15:51 2010 +0530| [ea98ba68ee0c57519194835b5335a281f922c1da] | committer: Rohit Yadav 

ImportController.ui: Set Min/Max. geometry for widgets and for dialog window itself.

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

 src/Gui/import/ui/ImportController.ui |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/src/Gui/import/ui/ImportController.ui b/src/Gui/import/ui/ImportController.ui
index 16da4ae..66ef9b7 100644
--- a/src/Gui/import/ui/ImportController.ui
+++ b/src/Gui/import/ui/ImportController.ui
@@ -6,10 +6,16 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>1009</width>
+    <width>900</width>
     <height>700</height>
    </rect>
   </property>
+  <property name="minimumSize">
+   <size>
+    <width>900</width>
+    <height>700</height>
+   </size>
+  </property>
   <property name="windowTitle">
    <string>Import</string>
   </property>
@@ -136,14 +142,21 @@
         <widget class="PreviewWidget" name="previewContainer" native="true">
          <property name="maximumSize">
           <size>
-           <width>16777215</width>
-           <height>340</height>
+           <width>550</width>
+           <height>400</height>
           </size>
          </property>
         </widget>
        </item>
        <item>
-        <widget class="ClipMetadataDisplayer" name="metadataContainer" native="true"/>
+        <widget class="ClipMetadataDisplayer" name="metadataContainer" native="true">
+         <property name="maximumSize">
+          <size>
+           <width>550</width>
+           <height>16777215</height>
+          </size>
+         </property>
+        </widget>
        </item>
       </layout>
      </item>



More information about the Vlmc-devel mailing list