cleanup most numerical radius values

This commit is contained in:
2026-04-02 23:22:50 +02:00
parent 138d80ef00
commit 61c3fe20d5
40 changed files with 77 additions and 82 deletions
+3 -3
View File
@@ -13,7 +13,7 @@ Slider {
bottomRightRadius: root.implicitHeight / 6
color: DynamicColors.palette.m3primary
implicitWidth: root.handle.x - root.implicitHeight / 2
radius: 1000
radius: Appearance.rounding.full
topRightRadius: root.implicitHeight / 6
}
@@ -24,7 +24,7 @@ Slider {
bottomLeftRadius: root.implicitHeight / 6
color: DynamicColors.tPalette.m3surfaceContainer
implicitWidth: parent.width - root.handle.x - root.handle.implicitWidth - root.implicitHeight / 2
radius: 1000
radius: Appearance.rounding.full
topLeftRadius: root.implicitHeight / 6
}
}
@@ -33,7 +33,7 @@ Slider {
color: DynamicColors.palette.m3primary
implicitHeight: 15
implicitWidth: 5
radius: 1000
radius: Appearance.rounding.full
x: root.visualPosition * root.availableWidth - implicitWidth / 2
MouseArea {