diff options
author | Kefkius <kefkius@mail.com> | 2016-01-28 15:26:54 -0500 |
---|---|---|
committer | Kefkius <kefkius@mail.com> | 2016-01-28 15:26:54 -0500 |
commit | 8b3d8e3991ff13917dc02d6b2b0237925df396c4 (patch) | |
tree | 0c42a67c90482f55885e44646e28a3a082b84ef8 /src/qt/forms/debugwindow.ui | |
parent | 326ffed09bfcc209a2efd6a2ebc69edf6bd200b5 (diff) |
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.
Diffstat (limited to 'src/qt/forms/debugwindow.ui')
-rw-r--r-- | src/qt/forms/debugwindow.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/qt/forms/debugwindow.ui b/src/qt/forms/debugwindow.ui index 7631286119..a292924c82 100644 --- a/src/qt/forms/debugwindow.ui +++ b/src/qt/forms/debugwindow.ui @@ -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> |