fontsize is also relative

This commit is contained in:
tassaron 2017-08-01 22:07:49 -04:00
parent 8812c37213
commit 62431a3cfe
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ class Component(Component):
}, relativeWidgets={
'xPosition': 'x',
'yPosition': 'y',
'fontSize': 'y',
})
def update(self):