Fix some typos in the formulas.
This commit is contained in:
parent
7296c4b8a3
commit
f001feb9b2
1 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@
|
|||
[rectangle]
|
||||
x = 2
|
||||
y = 3
|
||||
w = "(((width - 4) * precentage) / 100)"
|
||||
w = "(((width - 4) * percentage) / 100)"
|
||||
h = 2
|
||||
border_thickness = 0
|
||||
fill_colour = "79, 103, 123"
|
||||
|
@ -58,7 +58,7 @@
|
|||
[rectangle]
|
||||
x = 2
|
||||
y = 5
|
||||
w = "(((width - 4) * precentage) / 100)"
|
||||
w = "(((width - 4) * percentage) / 100)"
|
||||
h = 33
|
||||
border_thickness = 0
|
||||
fill_colour = "21, 53, 80"
|
||||
|
@ -68,7 +68,7 @@
|
|||
[rectangle]
|
||||
x = 2
|
||||
y = 38
|
||||
w = "(((width - 4) * precentage) / 100)"
|
||||
w = "(((width - 4) * percentage) / 100)"
|
||||
h = 2
|
||||
border_thickness = 0
|
||||
fill_colour = "10, 26, 40"
|
||||
|
|
Loading…
Add table
Reference in a new issue