Figure parameters default to match original design

This commit is contained in:
2018-01-01 18:03:00 +01:00
parent 02efc0febf
commit 49f833c965
+3 -3
View File
@@ -7,9 +7,9 @@ class Figure(Model):
# mdi = https://materialdesignicons.com/
# fa = http://fontawesome.io/icons/
# svg = the svgs/ folder
color = ""
top = 0
bottom = 0
color = "aaa"
top = 4
bottom = 4
left = 0
right = 0
size = 0