Skip to content

Commit

Permalink
Set auto raise for identify toolbar icons
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Sep 14, 2014
1 parent 56a7702 commit d075323
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/ui/qgsidentifyresultsbase.ui
Expand Up @@ -65,6 +65,9 @@
<iconset>
<normaloff>../../images/themes/default/mActionExpandTree.png</normaloff>../../images/themes/default/mActionExpandTree.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -79,6 +82,9 @@
<iconset>
<normaloff>../../images/themes/default/mActionCollapseTree.png</normaloff>../../images/themes/default/mActionCollapseTree.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -96,6 +102,9 @@
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -107,6 +116,9 @@
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionPropertyItem.png</normaloff>:/images/themes/default/mActionPropertyItem.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -124,6 +136,9 @@
<property name="checkable">
<bool>false</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -141,6 +156,9 @@
<property name="checkable">
<bool>false</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -161,6 +179,9 @@
<property name="checkable">
<bool>false</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand Down

0 comments on commit d075323

Please sign in to comment.