Skip to content

Commit

Permalink
Updated middle text position in the MonitorPane
Browse files Browse the repository at this point in the history
The wrong calculation was in place for the monitoring.
It was causing reference point to be lower that it should be.

Change-Id: Ib3b538a93962f0a8d53fcf8d8686d44d01002e90
Reviewed-by: Bernd Weimer <[email protected]>
  • Loading branch information
Nedim Hadzic committed Dec 19, 2016
1 parent 501548e commit 97fcbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysui/dev/MonitorPanel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Item {

Row {
id: dottedLine
y: root.middleLine * root.graphHeight
y: root.graphHeight - (root.middleLine * root.graphHeight)
spacing: 4

Repeater {
Expand Down

0 comments on commit 97fcbfb

Please sign in to comment.