x2 is a coordinate no width, so needs an extra -1.
This commit is contained in:
parent
b5d48b4ed0
commit
45a19e60c4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ full_redraw = "true"
|
|||
[line]
|
||||
x1 = 0
|
||||
y1 = "(height / 2)"
|
||||
x2 = "(width - 35)"
|
||||
x2 = "(width - 36)"
|
||||
y2 = "(height / 2)"
|
||||
|
||||
colour = {GROOVE_COLOUR}
|
||||
|
|
Loading…
Add table
Reference in a new issue