Skip to content

Commit

Permalink
make field calculator geometry netbook-friendly
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@15515 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
borysiasty committed Mar 16, 2011
1 parent c4ccb8d commit c566952
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions src/ui/qgsfieldcalculatorbase.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>689</width>
<height>569</height>
<height>538</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -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">
Expand Down Expand Up @@ -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">
Expand Down

0 comments on commit c566952

Please sign in to comment.