Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ui] Enable autoraise state for attribute table form/table view buttons
  • Loading branch information
nirvn committed Feb 9, 2019
1 parent 7c50ed9 commit 437e4e2
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">
<bool>true</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
<attribute name="buttonGroup">
<string notr="true">mMainViewButtonGroup</string>
</attribute>
Expand All @@ -211,6 +214,9 @@
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
Expand Down

0 comments on commit 437e4e2

Please sign in to comment.