Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dakcarto committed Jan 16, 2013
1 parent 73c3a8f commit a928d51
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions src/ui/qgsoptionsbase.ui
Expand Up @@ -1106,8 +1106,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>695</width>
<height>537</height>
<width>704</width>
<height>624</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_22">
Expand All @@ -1131,6 +1131,9 @@
<height>120</height>
</size>
</property>
<property name="editTriggers">
<set>QAbstractItemView::AllEditTriggers</set>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
Expand Down Expand Up @@ -1212,6 +1215,15 @@
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<widget class="QTableWidget" name="mCurrentVariablesTable">
<property name="minimumSize">
<size>
<width>0</width>
<height>120</height>
</size>
</property>
<property name="editTriggers">
<set>QAbstractItemView::AllEditTriggers</set>
</property>
<property name="dragEnabled">
<bool>true</bool>
</property>
Expand Down Expand Up @@ -1325,7 +1337,14 @@
</widget>
</item>
<item row="1" column="0" colspan="4">
<widget class="QListWidget" name="mListPluginPaths"/>
<widget class="QListWidget" name="mListPluginPaths">
<property name="minimumSize">
<size>
<width>0</width>
<height>120</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
Expand Down

0 comments on commit a928d51

Please sign in to comment.