diff options
Diffstat (limited to 'lib/python/Screens/TimeDateInput.py')
| -rw-r--r-- | lib/python/Screens/TimeDateInput.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/TimeDateInput.py b/lib/python/Screens/TimeDateInput.py index c7a66641..d8e1f8a1 100644 --- a/lib/python/Screens/TimeDateInput.py +++ b/lib/python/Screens/TimeDateInput.py @@ -24,7 +24,7 @@ class TimeDateInput(Screen, ConfigListScreen): "ok": self.keySelect, "save": self.keyGo, "cancel": self.keyCancel, - }, -1) + }, -2) self.list = [] ConfigListScreen.__init__(self, self.list) |
