Label text should start at offset 0.
This commit is contained in:
parent
4728c92353
commit
2ded2dc392
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
[draw]
|
||||
|
||||
[text]
|
||||
x = "5"
|
||||
x = 0
|
||||
y = {TEXT_V_CENTRE}
|
||||
w = "(text_width)"
|
||||
h = "(text_height)"
|
||||
|
@ -45,7 +45,7 @@
|
|||
[draw]
|
||||
|
||||
[text]
|
||||
x = "5"
|
||||
x = 0
|
||||
y = {TEXT_V_CENTRE}
|
||||
w = "(text_width)"
|
||||
h = "(text_height)"
|
||||
|
|
Loading…
Add table
Reference in a new issue