Skip to content

Commit

Permalink
Fix GRASS module tools dialog on Mac
Browse files Browse the repository at this point in the history
- Show disclosure triangles for QTreeWidget item sections and root (were hidden)
- Root for tree set to decorated, as double-click to collapse/expand is set, and could hide children
  • Loading branch information
dakcarto committed Dec 11, 2012
1 parent b0a7fbe commit 024bb11
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/plugins/grass/qgsgrasstoolsbase.ui
Expand Up @@ -23,7 +23,7 @@
<item row="0" column="0">
<widget class="QTabWidget" name="mTabWidget">
<property name="currentIndex">
<number>3</number>
<number>0</number>
</property>
<widget class="QWidget" name="mModulesTreeTab">
<attribute name="title">
Expand All @@ -33,10 +33,10 @@
<item row="0" column="0">
<widget class="QTreeWidget" name="mModulesTree">
<property name="indentation">
<number>8</number>
<number>16</number>
</property>
<property name="rootIsDecorated">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="wordWrap">
<bool>true</bool>
Expand Down Expand Up @@ -88,10 +88,10 @@
<item row="0" column="0">
<widget class="QTreeWidget" name="mDirectModulesTree">
<property name="indentation">
<number>8</number>
<number>16</number>
</property>
<property name="rootIsDecorated">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="wordWrap">
<bool>true</bool>
Expand Down

0 comments on commit 024bb11

Please sign in to comment.