width/height fields should be relative too

This commit is contained in:
tassaron 2017-08-01 22:04:51 -04:00
parent 5784cdbcf8
commit 8812c37213
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ class Component(Component):
}, relativeWidgets={
'x': 'x',
'y': 'y',
'sizeWidth': 'x',
'sizeHeight': 'y',
},
)