aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-27 19:49:18 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-27 19:49:18 +0000
commit6ac41169daa2c6d1271a0263f64366d3e20649b9 (patch)
treed075bd194a73befd07572335312dd710e93d5249 /lib/python/Screens
parent73b8a4b3bde5567fae6b29d4a0161b08475e7908 (diff)
downloadenigma2-6ac41169daa2c6d1271a0263f64366d3e20649b9.tar.gz
enigma2-6ac41169daa2c6d1271a0263f64366d3e20649b9.zip
fix typo and resize text in image upgrade wizard
Diffstat (limited to 'lib/python/Screens')
-rw-r--r--lib/python/Screens/ImageWizard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/ImageWizard.py b/lib/python/Screens/ImageWizard.py
index e0e0dfea..5617e8f1 100644
--- a/lib/python/Screens/ImageWizard.py
+++ b/lib/python/Screens/ImageWizard.py
@@ -25,7 +25,7 @@ else:
class ImageWizard(Wizard):
skin = """
<screen position="0,0" size="720,576" title="Welcome..." flags="wfNoBorder">
- <widget name="text" position="50,100" size="440,250" font="Regular;23" />
+ <widget name="text" position="50,100" size="440,250" font="Regular;22" />
<widget name="list" position="50,350" zPosition="1" size="440,200" />
<widget name="config" position="50,350" zPosition="1" size="440,200" transparent="1" scrollbarMode="showOnDemand" />
</screen>"""