From 821ee4389ab2a81c5abba910936662d22e5f0480 Mon Sep 17 00:00:00 2001 From: ATMDA Date: Mon, 17 Nov 2025 12:21:44 -0500 Subject: controlcenter: taskbar panel layout reorg --- modules/controlcenter/taskbar/ConnectedButtonGroup.qml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'modules/controlcenter/taskbar/ConnectedButtonGroup.qml') diff --git a/modules/controlcenter/taskbar/ConnectedButtonGroup.qml b/modules/controlcenter/taskbar/ConnectedButtonGroup.qml index 83ff95e..e35ccfc 100644 --- a/modules/controlcenter/taskbar/ConnectedButtonGroup.qml +++ b/modules/controlcenter/taskbar/ConnectedButtonGroup.qml @@ -113,6 +113,24 @@ StyledRect { button.isChecked = root.rootItem.showLockStatus; } } + + function onTrayBackgroundChanged() { + if (modelData.propertyName === "trayBackground") { + button.isChecked = root.rootItem.trayBackground; + } + } + + function onTrayCompactChanged() { + if (modelData.propertyName === "trayCompact") { + button.isChecked = root.rootItem.trayCompact; + } + } + + function onTrayRecolourChanged() { + if (modelData.propertyName === "trayRecolour") { + button.isChecked = root.rootItem.trayRecolour; + } + } } // Match utilities Toggles radius styling -- cgit v1.2.3-freya