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
+2 -2
View File
@@ -25,7 +25,7 @@ RadioButton {
color: "transparent"
implicitHeight: 16
implicitWidth: 16
radius: 1000
radius: Appearance.rounding.full
Behavior on border.color {
CAnim {
@@ -47,7 +47,7 @@ RadioButton {
color: Qt.alpha(DynamicColors.palette.m3primary, root.checked ? 1 : 0)
implicitHeight: 8
implicitWidth: 8
radius: 1000
radius: Appearance.rounding.full
}
}
}