fix(WallpaperAutiomation): use iRadius for time interval options

This commit is contained in:
Lysec
2026-03-14 11:39:47 +01:00
parent c6d0f651f5
commit 4dbec38bf8
@@ -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