x2 is a coordinate no width, so needs an extra -1.

This commit is contained in:
Mark de Wever 2008-07-18 10:45:18 +00:00
parent b5d48b4ed0
commit 45a19e60c4

View file

@ -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}