diff options
| author | tassaron | 2017-08-01 22:04:51 -0400 |
|---|---|---|
| committer | tassaron | 2017-08-01 22:04:51 -0400 |
| commit | 8812c37213987a5e842af8b8dfcd090ca4ec8610 (patch) | |
| tree | 25fef47cbe1ce4e42de5c99a4338122ce2ee96ac | |
| parent | 5784cdbcf87556b61519782cd1fc27065ffbc631 (diff) | |
width/height fields should be relative too
| -rw-r--r-- | src/components/color.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/color.py b/src/components/color.py index 703caca..2b100d9 100644 --- a/src/components/color.py +++ b/src/components/color.py @@ -63,6 +63,8 @@ class Component(Component): }, relativeWidgets={ 'x': 'x', 'y': 'y', + 'sizeWidth': 'x', + 'sizeHeight': 'y', }, ) |
