summaryrefslogtreecommitdiffstats
path: root/konqueror
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-03-02 20:58:07 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2013-03-02 20:58:07 -0600
commit2b96a180208a07ef56af8796c22a869ab90cebc8 (patch)
treebac4cdabe5a8dd5f3d27f3454ac04b2b33935b77 /konqueror
parentd9087191ac7b27ca0e8f55704bc2301dfe24fe96 (diff)
downloadtdebase-2b96a180208a07ef56af8796c22a869ab90cebc8.tar.gz
tdebase-2b96a180208a07ef56af8796c22a869ab90cebc8.zip
Add GUI check box to control mouse wheel cycling over tab bar in konqueror.
Work remains to finish the patch to actually stop the cycling. This partially resolves bug report 910.
Diffstat (limited to 'konqueror')
-rw-r--r--konqueror/konqueror.kcfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/konqueror/konqueror.kcfg b/konqueror/konqueror.kcfg
index 60a487b97..9dfc91983 100644
--- a/konqueror/konqueror.kcfg
+++ b/konqueror/konqueror.kcfg
@@ -109,6 +109,12 @@
<whatsthis></whatsthis>
<!-- checked -->
</entry>
+ <entry key="TabsCycleWheel" type="Bool">
+ <default>true</default>
+ <label></label>
+ <whatsthis></whatsthis>
+ <!-- checked -->
+ </entry>
<entry key="AlwaysTabbedMode" type="Bool">
<default>false</default>
<label></label>