Figure parameters default to match original design
This commit is contained in:
@@ -7,9 +7,9 @@ class Figure(Model):
|
|||||||
# mdi = https://materialdesignicons.com/
|
# mdi = https://materialdesignicons.com/
|
||||||
# fa = http://fontawesome.io/icons/
|
# fa = http://fontawesome.io/icons/
|
||||||
# svg = the svgs/ folder
|
# svg = the svgs/ folder
|
||||||
color = ""
|
color = "aaa"
|
||||||
top = 0
|
top = 4
|
||||||
bottom = 0
|
bottom = 4
|
||||||
left = 0
|
left = 0
|
||||||
right = 0
|
right = 0
|
||||||
size = 0
|
size = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user