diff options
| author | tassaron | 2017-08-08 06:03:14 -0400 |
|---|---|---|
| committer | tassaron | 2017-08-08 06:03:14 -0400 |
| commit | 4d0daa4336432948ba6543d4becaaa42425ecafd (patch) | |
| tree | 059a086489f2852494674b14bf38d425f16657aa /src/components/text.py | |
| parent | 354637d34c201b9389b9085889275d6850873d08 (diff) | |
relative dropshadow
Diffstat (limited to 'src/components/text.py')
| -rw-r--r-- | src/components/text.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/text.py b/src/components/text.py index 46fb001..f6bd17d 100644 --- a/src/components/text.py +++ b/src/components/text.py @@ -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() |
