Fix some errors in the progress bar.
This commit is contained in:
parent
8d2671c038
commit
84885e1247
1 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
[progress_bar_definition]
|
||||
id = "default"
|
||||
description = "an progress_bar."
|
||||
description = "A progress_bar."
|
||||
|
||||
[resolution]
|
||||
|
||||
|
@ -48,7 +48,7 @@
|
|||
[rectangle]
|
||||
x = 2
|
||||
y = 3
|
||||
w = "((width - 4) * 100 / percentage)"
|
||||
w = "(((width - 4) * precentage) / 100)"
|
||||
h = 2
|
||||
border_thickness = 0
|
||||
fill_colour = "79, 103, 123"
|
||||
|
@ -58,7 +58,7 @@
|
|||
[rectangle]
|
||||
x = 2
|
||||
y = 5
|
||||
w = "((width - 4)* 100 / percentage)"
|
||||
w = "(((width - 4) * precentage) / 100)"
|
||||
h = 33
|
||||
border_thickness = 0
|
||||
fill_colour = "21, 53, 80"
|
||||
|
@ -68,7 +68,7 @@
|
|||
[rectangle]
|
||||
x = 2
|
||||
y = 38
|
||||
w = "((width - 4) * 100 / percentage)"
|
||||
w = "(((width - 4) * precentage) / 100)"
|
||||
h = 2
|
||||
border_thickness = 0
|
||||
fill_colour = "10, 26, 40"
|
||||
|
|
Loading…
Add table
Reference in a new issue