diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-13 11:19:54 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-13 11:19:54 -0500 |
commit | 14b7d88851378ac5ee85198634a984a665668237 (patch) | |
tree | 91bc1c09f4cebedf21801fc5fca8cc0d576807e7 /kcontrol/taskbar | |
parent | 9980d1a0dad4e0697a6e408c9cdadbe1318453cb (diff) | |
download | tdebase-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')
-rw-r--r-- | kcontrol/taskbar/kcmtaskbarui.ui | 11 |
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"> |