diff options
| author | tassaron | 2017-08-01 22:07:49 -0400 |
|---|---|---|
| committer | tassaron | 2017-08-01 22:07:49 -0400 |
| commit | 62431a3cfebdc8490b7010d71b8e646dd6bd0d35 (patch) | |
| tree | 33b32ee675b6203816b8f31b0fc3390927ce3e48 /src/components/text.py | |
| parent | 8812c37213987a5e842af8b8dfcd090ca4ec8610 (diff) | |
fontsize is also relative
Diffstat (limited to 'src/components/text.py')
| -rw-r--r-- | src/components/text.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/text.py b/src/components/text.py index 0f87038..be4de4a 100644 --- a/src/components/text.py +++ b/src/components/text.py @@ -53,6 +53,7 @@ class Component(Component): }, relativeWidgets={ 'xPosition': 'x', 'yPosition': 'y', + 'fontSize': 'y', }) def update(self): |
