mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-03 05:02:46 +02:00
Merge #7437: GUI: Disable tab navigation for peers tables.
8b3d8e3
GUI: Disable tab navigation for peers tables. (Kefkius)
This commit is contained in:
@@ -905,6 +905,9 @@
|
||||
<property name="horizontalScrollBarPolicy">
|
||||
<enum>Qt::ScrollBarAsNeeded</enum>
|
||||
</property>
|
||||
<property name="tabKeyNavigation">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="sortingEnabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
@@ -966,6 +969,9 @@
|
||||
<property name="horizontalScrollBarPolicy">
|
||||
<enum>Qt::ScrollBarAsNeeded</enum>
|
||||
</property>
|
||||
<property name="tabKeyNavigation">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="sortingEnabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
|
Reference in New Issue
Block a user