Skip to content

Commit

Permalink
Set auto raise for attribute table buttons to match reset of UI
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Sep 11, 2014
1 parent 6151459 commit 9423f5e
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions src/ui/qgsattributetabledialog.ui
Expand Up @@ -61,6 +61,9 @@
<property name="checkable">
<bool>false</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand Down Expand Up @@ -90,6 +93,9 @@
<property name="checkable">
<bool>false</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -116,6 +122,9 @@
<height>18</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -136,6 +145,9 @@
<height>18</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand Down Expand Up @@ -163,6 +175,9 @@
<height>18</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -186,6 +201,9 @@
<property name="shortcut">
<string>Ctrl+U</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -212,6 +230,9 @@
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -235,6 +256,9 @@
<property name="shortcut">
<string>Ctrl+S</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -261,6 +285,9 @@
<property name="shortcut">
<string>Ctrl+P</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -287,6 +314,9 @@
<property name="shortcut">
<string>Ctrl+J</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -313,6 +343,9 @@
<property name="shortcut">
<string>Ctrl+C</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand Down Expand Up @@ -343,6 +376,9 @@
<property name="shortcut">
<string>Ctrl+L</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -366,6 +402,9 @@
<property name="shortcut">
<string>Ctrl+W</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -389,6 +428,9 @@
<property name="shortcut">
<string>Ctrl+I</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand Down Expand Up @@ -421,6 +463,9 @@
<property name="text">
<string>?</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
Expand Down

0 comments on commit 9423f5e

Please sign in to comment.