summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2022-07-22 13:51:03 +0300
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-09-05 12:48:59 +0900
commita4c1a3f27eacb49baf2a79ad2630fe21634dfe9e (patch)
tree65391794f40fa8d9c614bec49a8604b5eec707bb
parentfa3482b2eddc5d6c190473629835291c3153b450 (diff)
downloadtdebase-a4c1a3f27eacb49baf2a79ad2630fe21634dfe9e.tar.gz
tdebase-a4c1a3f27eacb49baf2a79ad2630fe21634dfe9e.zip
kcmtaskbar: Disable "on hover" option if halo option is on
This corresponds to the actual behaviour of Kicker. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
-rw-r--r--kcontrol/taskbar/kcmtaskbarui.ui6
1 files changed, 6 insertions, 0 deletions
diff --git a/kcontrol/taskbar/kcmtaskbarui.ui b/kcontrol/taskbar/kcmtaskbarui.ui
index 39c69c901..930a82d7f 100644
--- a/kcontrol/taskbar/kcmtaskbarui.ui
+++ b/kcontrol/taskbar/kcmtaskbarui.ui
@@ -1130,6 +1130,12 @@ By default the taskbar groups windows when it is full.</string>
<slot>setDisabled(bool)</slot>
</connection>
<connection>
+ <sender>kcfg_HaloText</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>kcfg_ShowButtonOnHover</receiver>
+ <slot>setDisabled(bool)</slot>
+ </connection>
+ <connection>
<sender>kcfg_ShowAllWindows</sender>
<signal>toggled(bool)</signal>
<receiver>kcfg_SortByDesktop</receiver>