Skip to content

Commit

Permalink
Merge #7437: GUI: Disable tab navigation for peers tables.
Browse files Browse the repository at this point in the history
8b3d8e3 GUI: Disable tab navigation for peers tables. (Kefkius)
  • Loading branch information
laanwj committed Jan 29, 2016
2 parents 326ffed + 8b3d8e3 commit 9645218
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/qt/forms/debugwindow.ui
Expand Up @@ -905,6 +905,9 @@
<property name="horizontalScrollBarPolicy"> <property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum> <enum>Qt::ScrollBarAsNeeded</enum>
</property> </property>
<property name="tabKeyNavigation">
<bool>false</bool>
</property>
<property name="sortingEnabled"> <property name="sortingEnabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
Expand Down Expand Up @@ -966,6 +969,9 @@
<property name="horizontalScrollBarPolicy"> <property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum> <enum>Qt::ScrollBarAsNeeded</enum>
</property> </property>
<property name="tabKeyNavigation">
<bool>false</bool>
</property>
<property name="sortingEnabled"> <property name="sortingEnabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
Expand Down

0 comments on commit 9645218

Please sign in to comment.