mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
ClippedFilledCircularProgress: not have the padding
This commit is contained in:
parent
08197fca23
commit
b6e4a47329
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue