From fc2fa474a0bcf458f98734a76d1916d877e2abeb Mon Sep 17 00:00:00 2001 From: Axel Buehning Date: Sat, 19 Nov 2005 16:37:30 +0000 Subject: [PATCH 1/1] numberzapping looks like in e1 now --- data/skin.xml | 5 +++-- lib/python/Screens/InfoBarGenerics.py | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/data/skin.xml b/data/skin.xml index 50663968..d5fc3ad2 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -162,8 +162,9 @@ - - + + + diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index b8832729..62307675 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -155,7 +155,9 @@ class NumberZap(Screen): def __init__(self, session, number): Screen.__init__(self, session) self.field = str(number) - + + self["channel"] = Label(_("Channel:")) + self["number"] = Label(self.field) self["actions"] = NumberActionMap( [ "SetupActions" ], -- 2.30.2