Fix some typos in the formulas.

This commit is contained in:
Mark de Wever 2010-12-21 20:43:07 +00:00
parent 7296c4b8a3
commit f001feb9b2

View file

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