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/color.py | |
| parent | 3c1b52205f183e9a2c943c5f666ed2c01db3aaf5 (diff) | |
x/y pixel values update to match output resolution
Diffstat (limited to 'src/components/color.py')
| -rw-r--r-- | src/components/color.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/color.py b/src/components/color.py index d6fffc6..703caca 100644 --- a/src/components/color.py +++ b/src/components/color.py @@ -60,6 +60,9 @@ class Component(Component): }, colorWidgets={ 'color1': self.page.pushButton_color1, 'color2': self.page.pushButton_color2, + }, relativeWidgets={ + 'x': 'x', + 'y': 'y', }, ) |
