Fix some errors in the progress bar.

This commit is contained in:
Mark de Wever 2010-04-05 10:00:40 +00:00
parent 8d2671c038
commit 84885e1247

View file

@ -6,7 +6,7 @@
[progress_bar_definition] [progress_bar_definition]
id = "default" id = "default"
description = "an progress_bar." description = "A progress_bar."
[resolution] [resolution]
@ -48,7 +48,7 @@
[rectangle] [rectangle]
x = 2 x = 2
y = 3 y = 3
w = "((width - 4) * 100 / percentage)" w = "(((width - 4) * precentage) / 100)"
h = 2 h = 2
border_thickness = 0 border_thickness = 0
fill_colour = "79, 103, 123" fill_colour = "79, 103, 123"
@ -58,7 +58,7 @@
[rectangle] [rectangle]
x = 2 x = 2
y = 5 y = 5
w = "((width - 4)* 100 / percentage)" w = "(((width - 4) * precentage) / 100)"
h = 33 h = 33
border_thickness = 0 border_thickness = 0
fill_colour = "21, 53, 80" fill_colour = "21, 53, 80"
@ -68,7 +68,7 @@
[rectangle] [rectangle]
x = 2 x = 2
y = 38 y = 38
w = "((width - 4) * 100 / percentage)" w = "(((width - 4) * precentage) / 100)"
h = 2 h = 2
border_thickness = 0 border_thickness = 0
fill_colour = "10, 26, 40" fill_colour = "10, 26, 40"