cleanup most numerical radius values

This commit is contained in:
2026-04-02 23:30:52 +02:00
parent 61c3fe20d5
commit c3dab78b04
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ Item {
font.pointSize: Math.round(18 * 1.2)
icon: "clear_all"
padding: 8
radius: Appearance.rounding.smallest
radius: Appearance.rounding.full
onClicked: clearTimer.start()