mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
feat(sysgraphs): sharper
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user