circ prog: bigger gap angle

This commit is contained in:
end-4 2025-06-07 11:14:28 +02:00
parent b6dcd19d04
commit 810ea2ce3b

View file

@ -15,7 +15,7 @@ Item {
property real value: 0
property color primaryColor: Appearance.m3colors.m3onSecondaryContainer
property color secondaryColor: Appearance.m3colors.m3secondaryContainer
property real gapAngle: Math.PI / 10
property real gapAngle: Math.PI / 9
property bool fill: false
property int fillOverflow: 2
property int animationDuration: 1000