Merge pull request #11 from vacapetr/patch-2

Update move.py
This commit is contained in:
jordanruthe 2020-11-14 07:54:15 -05:00 committed by GitHub
commit bd465ecb38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,8 +38,8 @@ class MovePanel(ScreenPanel):
self.labels['home'].connect("clicked", self.home) self.labels['home'].connect("clicked", self.home)
grid.attach(self.labels['x+'], 0, 1, 1, 1) grid.attach(self.labels['x+'], 2, 1, 1, 1)
grid.attach(self.labels['x-'], 2, 1, 1, 1) grid.attach(self.labels['x-'], 0, 1, 1, 1)
grid.attach(self.labels['y+'], 1, 0, 1, 1) grid.attach(self.labels['y+'], 1, 0, 1, 1)
grid.attach(self.labels['y-'], 1, 1, 1, 1) grid.attach(self.labels['y-'], 1, 1, 1, 1)
grid.attach(self.labels['z+'], 3, 0, 1, 1) grid.attach(self.labels['z+'], 3, 0, 1, 1)