feat(sysgraphs): sharper

This commit is contained in:
Lemmy
2026-03-22 20:01:38 -04:00
parent 05ef6849d8
commit 187fced35e
3 changed files with 5 additions and 6 deletions
@@ -198,9 +198,8 @@ DraggableDesktopWidget {
color2: root.color2
fill: true
updateInterval: root.graphUpdateInterval
strokeWidth: 1.5 * Style.uiScaleRatio * root.widgetScale
strokeWidth: Math.max(1, root.widgetScale)
animateScale: root.statType === "Network"
antialiasing: 0.5 * root.widgetScale
}
}