diff options
| author | tassaron | 2017-08-01 21:57:36 -0400 |
|---|---|---|
| committer | tassaron | 2017-08-01 21:57:36 -0400 |
| commit | 5784cdbcf87556b61519782cd1fc27065ffbc631 (patch) | |
| tree | 74a7c2c473139b5cd8c1a644a53d260a9829a441 /src/components/image.py | |
| parent | 3c1b52205f183e9a2c943c5f666ed2c01db3aaf5 (diff) | |
x/y pixel values update to match output resolution
Diffstat (limited to 'src/components/image.py')
| -rw-r--r-- | src/components/image.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/image.py b/src/components/image.py index a96f127..2ffa5a1 100644 --- a/src/components/image.py +++ b/src/components/image.py @@ -28,6 +28,9 @@ class Component(Component): 'imagePath': 'image', 'xPosition': 'x', 'yPosition': 'y', + }, relativeWidgets={ + 'xPosition': 'x', + 'yPosition': 'y', }, ) |
