Browse Source

Merge #7437: GUI: Disable tab navigation for peers tables.

8b3d8e3 GUI: Disable tab navigation for peers tables. (Kefkius)
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
9645218c66
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  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