move: Allow inverting of the axis

This commit is contained in:
Jordan Ruthe
2020-12-05 15:42:34 -05:00
parent cf3a924bb2
commit 0907c6a06a
6 changed files with 38 additions and 12 deletions

View File

@@ -14,6 +14,7 @@ class ScreenPanel:
def __init__(self, screen, title, back=True):
self._screen = screen
self._config = screen._config
self.lang = self._screen.lang
self._printer = screen.printer
self.labels = {}