summaryrefslogtreecommitdiff
path: root/modules/dashboard/Performance.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dashboard/Performance.qml')
-rw-r--r--modules/dashboard/Performance.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dashboard/Performance.qml b/modules/dashboard/Performance.qml
index 2667a1e..68281f6 100644
--- a/modules/dashboard/Performance.qml
+++ b/modules/dashboard/Performance.qml
@@ -168,7 +168,7 @@ RowLayout {
ctx.reset();
ctx.lineWidth = res.thickness;
- ctx.lineCap = "round";
+ ctx.lineCap = Appearance.rounding.scale === 0 ? "square" : "round";
const radius = (Math.min(width, height) - ctx.lineWidth) / 2;
const cx = centerX;