diff options
| author | Kefkius <[email protected]> | 2016-01-28 15:26:54 -0500 |
|---|---|---|
| committer | Kefkius <[email protected]> | 2016-01-28 15:26:54 -0500 |
| commit | 8b3d8e3991ff13917dc02d6b2b0237925df396c4 (patch) | |
| tree | 0c42a67c90482f55885e44646e28a3a082b84ef8 /src/qt/forms/debugwindow.ui | |
| parent | Merge #7212: Adds unittests for CAddrMan and CAddrinfo, removes source of non... (diff) | |
| download | discoin-8b3d8e3991ff13917dc02d6b2b0237925df396c4.tar.xz discoin-8b3d8e3991ff13917dc02d6b2b0237925df396c4.zip | |
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 763128611..a292924c8 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> |