Skip to content

Commit

Permalink
[ui] Enable autoraise state for attribute table form/table view buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Feb 9, 2019
1 parent 8a16352 commit 5790e12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ui/qgsattributetabledialog.ui
Expand Up @@ -191,6 +191,9 @@
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="autoRaise">
<bool>true</bool>
</property>
<attribute name="buttonGroup"> <attribute name="buttonGroup">
<string notr="true">mMainViewButtonGroup</string> <string notr="true">mMainViewButtonGroup</string>
</attribute> </attribute>
Expand All @@ -211,6 +214,9 @@
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="autoRaise">
<bool>true</bool>
</property>
<property name="checked"> <property name="checked">
<bool>true</bool> <bool>true</bool>
</property> </property>
Expand Down

0 comments on commit 5790e12

Please sign in to comment.