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/video.py | |
| parent | 3c1b52205f183e9a2c943c5f666ed2c01db3aaf5 (diff) | |
x/y pixel values update to match output resolution
Diffstat (limited to 'src/components/video.py')
| -rw-r--r-- | src/components/video.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/video.py b/src/components/video.py index 6cd16e5..3569d17 100644 --- a/src/components/video.py +++ b/src/components/video.py @@ -38,6 +38,9 @@ class Component(Component): 'loopVideo': 'loop', 'xPosition': 'x', 'yPosition': 'y', + }, relativeWidgets={ + 'xPosition': 'x', + 'yPosition': 'y', } ) |
