Skip to content

Commit 9423f5e

Browse files
committed
Set auto raise for attribute table buttons to match reset of UI
1 parent 6151459 commit 9423f5e

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

src/ui/qgsattributetabledialog.ui

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
<property name="checkable">
6262
<bool>false</bool>
6363
</property>
64+
<property name="autoRaise">
65+
<bool>true</bool>
66+
</property>
6467
</widget>
6568
</item>
6669
<item>
@@ -90,6 +93,9 @@
9093
<property name="checkable">
9194
<bool>false</bool>
9295
</property>
96+
<property name="autoRaise">
97+
<bool>true</bool>
98+
</property>
9399
</widget>
94100
</item>
95101
<item>
@@ -116,6 +122,9 @@
116122
<height>18</height>
117123
</size>
118124
</property>
125+
<property name="autoRaise">
126+
<bool>true</bool>
127+
</property>
119128
</widget>
120129
</item>
121130
<item>
@@ -136,6 +145,9 @@
136145
<height>18</height>
137146
</size>
138147
</property>
148+
<property name="autoRaise">
149+
<bool>true</bool>
150+
</property>
139151
</widget>
140152
</item>
141153
<item>
@@ -163,6 +175,9 @@
163175
<height>18</height>
164176
</size>
165177
</property>
178+
<property name="autoRaise">
179+
<bool>true</bool>
180+
</property>
166181
</widget>
167182
</item>
168183
<item>
@@ -186,6 +201,9 @@
186201
<property name="shortcut">
187202
<string>Ctrl+U</string>
188203
</property>
204+
<property name="autoRaise">
205+
<bool>true</bool>
206+
</property>
189207
</widget>
190208
</item>
191209
<item>
@@ -212,6 +230,9 @@
212230
<property name="checkable">
213231
<bool>true</bool>
214232
</property>
233+
<property name="autoRaise">
234+
<bool>true</bool>
235+
</property>
215236
</widget>
216237
</item>
217238
<item>
@@ -235,6 +256,9 @@
235256
<property name="shortcut">
236257
<string>Ctrl+S</string>
237258
</property>
259+
<property name="autoRaise">
260+
<bool>true</bool>
261+
</property>
238262
</widget>
239263
</item>
240264
<item>
@@ -261,6 +285,9 @@
261285
<property name="shortcut">
262286
<string>Ctrl+P</string>
263287
</property>
288+
<property name="autoRaise">
289+
<bool>true</bool>
290+
</property>
264291
</widget>
265292
</item>
266293
<item>
@@ -287,6 +314,9 @@
287314
<property name="shortcut">
288315
<string>Ctrl+J</string>
289316
</property>
317+
<property name="autoRaise">
318+
<bool>true</bool>
319+
</property>
290320
</widget>
291321
</item>
292322
<item>
@@ -313,6 +343,9 @@
313343
<property name="shortcut">
314344
<string>Ctrl+C</string>
315345
</property>
346+
<property name="autoRaise">
347+
<bool>true</bool>
348+
</property>
316349
</widget>
317350
</item>
318351
<item>
@@ -343,6 +376,9 @@
343376
<property name="shortcut">
344377
<string>Ctrl+L</string>
345378
</property>
379+
<property name="autoRaise">
380+
<bool>true</bool>
381+
</property>
346382
</widget>
347383
</item>
348384
<item>
@@ -366,6 +402,9 @@
366402
<property name="shortcut">
367403
<string>Ctrl+W</string>
368404
</property>
405+
<property name="autoRaise">
406+
<bool>true</bool>
407+
</property>
369408
</widget>
370409
</item>
371410
<item>
@@ -389,6 +428,9 @@
389428
<property name="shortcut">
390429
<string>Ctrl+I</string>
391430
</property>
431+
<property name="autoRaise">
432+
<bool>true</bool>
433+
</property>
392434
</widget>
393435
</item>
394436
<item>
@@ -421,6 +463,9 @@
421463
<property name="text">
422464
<string>?</string>
423465
</property>
466+
<property name="autoRaise">
467+
<bool>true</bool>
468+
</property>
424469
</widget>
425470
</item>
426471
</layout>

0 commit comments

Comments
 (0)