aboutsummaryrefslogtreecommitdiff
path: root/src/components/color.py
diff options
context:
space:
mode:
authortassaron2017-08-01 22:04:51 -0400
committertassaron2017-08-01 22:04:51 -0400
commit8812c37213987a5e842af8b8dfcd090ca4ec8610 (patch)
tree25fef47cbe1ce4e42de5c99a4338122ce2ee96ac /src/components/color.py
parent5784cdbcf87556b61519782cd1fc27065ffbc631 (diff)
width/height fields should be relative too
Diffstat (limited to 'src/components/color.py')
-rw-r--r--src/components/color.py2
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',
},
)