Skip to content

Commit c566952

Browse files
author
borysiasty
committed
make field calculator geometry netbook-friendly
git-svn-id: http://svn.osgeo.org/qgis/trunk@15515 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c4ccb8d commit c566952

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

src/ui/qgsfieldcalculatorbase.ui

+25-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<x>0</x>
88
<y>0</y>
99
<width>689</width>
10-
<height>569</height>
10+
<height>538</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
@@ -282,7 +282,14 @@
282282
</widget>
283283
</item>
284284
<item row="6" column="0" colspan="3">
285-
<widget class="QTextEdit" name="mExpressionTextEdit"/>
285+
<widget class="QTextEdit" name="mExpressionTextEdit">
286+
<property name="minimumSize">
287+
<size>
288+
<width>0</width>
289+
<height>32</height>
290+
</size>
291+
</property>
292+
</widget>
286293
</item>
287294
<item row="7" column="2">
288295
<widget class="QDialogButtonBox" name="mButtonBox">
@@ -317,13 +324,27 @@
317324
</widget>
318325
</item>
319326
<item row="0" column="1" rowspan="3">
320-
<widget class="QListWidget" name="mValueListWidget"/>
327+
<widget class="QListWidget" name="mValueListWidget">
328+
<property name="minimumSize">
329+
<size>
330+
<width>0</width>
331+
<height>48</height>
332+
</size>
333+
</property>
334+
</widget>
321335
</item>
322336
</layout>
323337
</widget>
324338
</item>
325339
<item row="1" column="0">
326-
<widget class="QListWidget" name="mFieldsListWidget"/>
340+
<widget class="QListWidget" name="mFieldsListWidget">
341+
<property name="minimumSize">
342+
<size>
343+
<width>0</width>
344+
<height>48</height>
345+
</size>
346+
</property>
347+
</widget>
327348
</item>
328349
<item row="0" column="0">
329350
<widget class="QLabel" name="label">

0 commit comments

Comments
 (0)