relative dropshadow

This commit is contained in:
tassaron 2017-08-08 06:03:14 -04:00
parent 354637d34c
commit 4d0daa4336
1 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,8 @@ class Component(Component):
'textColor': self.page.pushButton_textColor,
'strokeColor': self.page.pushButton_strokeColor,
}, relativeWidgets=[
'xPosition', 'yPosition', 'fontSize', 'stroke'
'xPosition', 'yPosition', 'fontSize',
'stroke', 'shadX', 'shadY', 'shadBlur'
])
self.centerXY()