ClippedFilledCircularProgress: not have the padding

This commit is contained in:
end-4 2025-08-12 23:43:27 +07:00
parent 08197fca23
commit b6e4a47329

View file

@ -35,7 +35,7 @@ Item {
property real degree: value * 360
property real centerX: root.width / 2
property real centerY: root.height / 2
property real arcRadius: root.implicitSize / 2 - root.lineWidth
property real arcRadius: root.implicitSize / 2 - root.lineWidth / 2 - 0.5 // the 0.5 is to account for light bleeding
property real startAngle: -90
Behavior on degree {