summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysui/dev/MonitorPanel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/dev/MonitorPanel.qml b/sysui/dev/MonitorPanel.qml
index ac02390..42342f5 100644
--- a/sysui/dev/MonitorPanel.qml
+++ b/sysui/dev/MonitorPanel.qml
@@ -78,7 +78,7 @@ Item {
Row {
id: dottedLine
- y: root.middleLine * root.graphHeight
+ y: root.graphHeight - (root.middleLine * root.graphHeight)
spacing: 4
Repeater {