Skip to content

Commit a928d51

Browse files
committedJan 16, 2013
Turn on all edit triggers and set minimum heights for custom/current env vars tables
- Set minimum heights for all table widgets in Options->System
1 parent 73c3a8f commit a928d51

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed
 

‎src/ui/qgsoptionsbase.ui

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,8 +1106,8 @@
11061106
<rect>
11071107
<x>0</x>
11081108
<y>0</y>
1109-
<width>695</width>
1110-
<height>537</height>
1109+
<width>704</width>
1110+
<height>624</height>
11111111
</rect>
11121112
</property>
11131113
<layout class="QVBoxLayout" name="verticalLayout_22">
@@ -1131,6 +1131,9 @@
11311131
<height>120</height>
11321132
</size>
11331133
</property>
1134+
<property name="editTriggers">
1135+
<set>QAbstractItemView::AllEditTriggers</set>
1136+
</property>
11341137
<property name="selectionMode">
11351138
<enum>QAbstractItemView::SingleSelection</enum>
11361139
</property>
@@ -1212,6 +1215,15 @@
12121215
<layout class="QVBoxLayout" name="verticalLayout_8">
12131216
<item>
12141217
<widget class="QTableWidget" name="mCurrentVariablesTable">
1218+
<property name="minimumSize">
1219+
<size>
1220+
<width>0</width>
1221+
<height>120</height>
1222+
</size>
1223+
</property>
1224+
<property name="editTriggers">
1225+
<set>QAbstractItemView::AllEditTriggers</set>
1226+
</property>
12151227
<property name="dragEnabled">
12161228
<bool>true</bool>
12171229
</property>
@@ -1325,7 +1337,14 @@
13251337
</widget>
13261338
</item>
13271339
<item row="1" column="0" colspan="4">
1328-
<widget class="QListWidget" name="mListPluginPaths"/>
1340+
<widget class="QListWidget" name="mListPluginPaths">
1341+
<property name="minimumSize">
1342+
<size>
1343+
<width>0</width>
1344+
<height>120</height>
1345+
</size>
1346+
</property>
1347+
</widget>
13291348
</item>
13301349
</layout>
13311350
</widget>

0 commit comments

Comments
 (0)
Please sign in to comment.