aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
diff options
context:
space:
mode:
authorKefkius <kefkius@mail.com>2016-01-28 15:26:54 -0500
committerKefkius <kefkius@mail.com>2016-01-28 15:26:54 -0500
commit8b3d8e3991ff13917dc02d6b2b0237925df396c4 (patch)
tree0c42a67c90482f55885e44646e28a3a082b84ef8 /src/qt/forms
parent326ffed09bfcc209a2efd6a2ebc69edf6bd200b5 (diff)
downloadbitcoin-8b3d8e3991ff13917dc02d6b2b0237925df396c4.tar.xz
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')
-rw-r--r--src/qt/forms/debugwindow.ui6
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>