summaryrefslogtreecommitdiffstats
path: root/kcontrol/taskbar/kcmtaskbarui.ui
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-13 11:19:54 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-13 11:19:54 -0500
commit14b7d88851378ac5ee85198634a984a665668237 (patch)
tree91bc1c09f4cebedf21801fc5fca8cc0d576807e7 /kcontrol/taskbar/kcmtaskbarui.ui
parent9980d1a0dad4e0697a6e408c9cdadbe1318453cb (diff)
downloadtdebase-14b7d88851378ac5ee85198634a984a665668237.tar.gz
tdebase-14b7d88851378ac5ee85198634a984a665668237.zip
Add check box option to control taskbar window cycling with mouse wheel.
This closes bug report 251.
Diffstat (limited to 'kcontrol/taskbar/kcmtaskbarui.ui')
-rw-r--r--kcontrol/taskbar/kcmtaskbarui.ui11
1 files changed, 11 insertions, 0 deletions
diff --git a/kcontrol/taskbar/kcmtaskbarui.ui b/kcontrol/taskbar/kcmtaskbarui.ui
index 4dab10765..632f0c109 100644
--- a/kcontrol/taskbar/kcmtaskbarui.ui
+++ b/kcontrol/taskbar/kcmtaskbarui.ui
@@ -337,6 +337,17 @@ By default, this option is selected and all windows are shown.</string>
<bool>true</bool>
</property>
</widget>
+ <widget class="TQCheckBox" row="3" column="0" rowspan="1" colspan="3">
+ <property name="name">
+ <cstring>kcfg_CycleWheel</cstring>
+ </property>
+ <property name="text">
+ <string>Cycle through windows with mouse wheel</string>
+ </property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
+ </widget>
</grid>
</widget>
<widget class="TQGroupBox">