From 49f833c965ba571af641ecafecb6544c539ed5bb Mon Sep 17 00:00:00 2001 From: Robert Maikher Date: Mon, 1 Jan 2018 18:03:00 +0100 Subject: [PATCH] Figure parameters default to match original design --- figure.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/figure.py b/figure.py index 32fcfab..f54a9d3 100644 --- a/figure.py +++ b/figure.py @@ -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