Code formatting

This commit is contained in:
quadbyte 2025-08-10 13:26:46 -04:00
parent c62e199ea7
commit 1d13bbe0f7
11 changed files with 161 additions and 85 deletions

View file

@ -6,7 +6,7 @@ Rectangle {
id: root
readonly property real scaling: Scaling.scale(screen)
property real value: 0 // 0..100 (or any range visually mapped)
property real value: 0 // 0..100 (or any range visually mapped)
property string icon: ""
property string suffix: "%"
@ -109,4 +109,3 @@ Rectangle {
}
}
}