From 4dbec38bf864d74599fa8563810e33d7f75c3a8c Mon Sep 17 00:00:00 2001 From: Lysec Date: Sat, 14 Mar 2026 11:39:47 +0100 Subject: [PATCH] fix(WallpaperAutiomation): use iRadius for time interval options --- Modules/Panels/Settings/Tabs/Wallpaper/AutomationSubTab.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Panels/Settings/Tabs/Wallpaper/AutomationSubTab.qml b/Modules/Panels/Settings/Tabs/Wallpaper/AutomationSubTab.qml index c8a6a3e48..3c6bbe4f3 100644 --- a/Modules/Panels/Settings/Tabs/Wallpaper/AutomationSubTab.qml +++ b/Modules/Panels/Settings/Tabs/Wallpaper/AutomationSubTab.qml @@ -135,7 +135,7 @@ ColumnLayout { property bool selected: false signal clicked - radius: height * 0.5 + radius: Style.iRadiusS color: selected ? Color.mPrimary : Color.mSurfaceVariant implicitHeight: Math.max(Style.baseWidgetSize * 0.55, 24) implicitWidth: chipLabel.implicitWidth + Style.marginM * 1.5