aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/SimpleSummary.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens/SimpleSummary.py')
-rw-r--r--lib/python/Screens/SimpleSummary.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Screens/SimpleSummary.py b/lib/python/Screens/SimpleSummary.py
index f4502a76..1a5fe887 100644
--- a/lib/python/Screens/SimpleSummary.py
+++ b/lib/python/Screens/SimpleSummary.py
@@ -4,10 +4,10 @@ from Components.Sources.Clock import Clock
class SimpleSummary(Screen):
skin = """
<screen position="0,0" size="132,64">
- <widget name="Clock" position="50,46" size="82,18" font="Regular;16">
+ <widget name="Clock" position="56,46" size="82,18" font="Regular;16">
<convert type="ClockToText">WithSeconds</convert>
</widget>
- <widget name="Title" position="0,4" size="132,42" font="Regular;18" />
+ <widget name="Title" position="6,4" size="120,42" font="Regular;18" />
</screen>"""
def __init__(self, session, root_screen):
from Components.Label import Label