[QGIS Commit] r15515 - trunk/qgis/src/ui

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Mar 16 04:30:01 EDT 2011


Author: borysiasty
Date: 2011-03-16 01:30:01 -0700 (Wed, 16 Mar 2011)
New Revision: 15515

Modified:
   trunk/qgis/src/ui/qgsfieldcalculatorbase.ui
Log:
make field calculator geometry netbook-friendly

Modified: trunk/qgis/src/ui/qgsfieldcalculatorbase.ui
===================================================================
--- trunk/qgis/src/ui/qgsfieldcalculatorbase.ui	2011-03-16 08:24:08 UTC (rev 15514)
+++ trunk/qgis/src/ui/qgsfieldcalculatorbase.ui	2011-03-16 08:30:01 UTC (rev 15515)
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>689</width>
-    <height>569</height>
+    <height>538</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -282,7 +282,14 @@
     </widget>
    </item>
    <item row="6" column="0" colspan="3">
-    <widget class="QTextEdit" name="mExpressionTextEdit"/>
+    <widget class="QTextEdit" name="mExpressionTextEdit">
+     <property name="minimumSize">
+      <size>
+       <width>0</width>
+       <height>32</height>
+      </size>
+     </property>
+    </widget>
    </item>
    <item row="7" column="2">
     <widget class="QDialogButtonBox" name="mButtonBox">
@@ -317,13 +324,27 @@
           </widget>
          </item>
          <item row="0" column="1" rowspan="3">
-          <widget class="QListWidget" name="mValueListWidget"/>
+          <widget class="QListWidget" name="mValueListWidget">
+           <property name="minimumSize">
+            <size>
+             <width>0</width>
+             <height>48</height>
+            </size>
+           </property>
+          </widget>
          </item>
         </layout>
        </widget>
       </item>
       <item row="1" column="0">
-       <widget class="QListWidget" name="mFieldsListWidget"/>
+       <widget class="QListWidget" name="mFieldsListWidget">
+        <property name="minimumSize">
+         <size>
+          <width>0</width>
+          <height>48</height>
+         </size>
+        </property>
+       </widget>
       </item>
       <item row="0" column="0">
        <widget class="QLabel" name="label">



More information about the QGIS-commit mailing list