1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 12:52:06 -04:00

process list: fix clipped graphs

fixes #1697
This commit is contained in:
bbedward
2026-02-16 11:37:19 -05:00
parent 2c9b22c016
commit 053bb91927

View File

@@ -354,7 +354,7 @@ DankPopout {
readonly property real thickness: Math.max(4, Math.min(width, height) / 15)
readonly property real glowExtra: thickness * 1.4
readonly property real arcPadding: thickness / 1.3
readonly property real arcPadding: (thickness + glowExtra) / 2
readonly property real innerDiameter: width - (arcPadding + thickness + glowExtra) * 2
readonly property real maxTextWidth: innerDiameter * 0.9