Browse Source

GUI: Disable tab navigation for peers tables.

Fix a bug in which the Peers tab of the debug window
does not allow navigation to other tabs via Ctrl[+Shift]+Tab.
0.13
Kefkius 9 years ago
parent
commit
8b3d8e3991
No known key found for this signature in database
GPG Key ID: 4A8B78325A3AF49
  1. 6
      src/qt/forms/debugwindow.ui

6
src/qt/forms/debugwindow.ui

@ -905,6 +905,9 @@ @@ -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 @@ @@ -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>

Loading…
Cancel
Save