diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-27 19:49:18 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-27 19:49:18 +0000 |
| commit | 6ac41169daa2c6d1271a0263f64366d3e20649b9 (patch) | |
| tree | d075bd194a73befd07572335312dd710e93d5249 /lib/python | |
| parent | 73b8a4b3bde5567fae6b29d4a0161b08475e7908 (diff) | |
| download | enigma2-6ac41169daa2c6d1271a0263f64366d3e20649b9.tar.gz enigma2-6ac41169daa2c6d1271a0263f64366d3e20649b9.zip | |
fix typo and resize text in image upgrade wizard
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/ImageWizard.py | 2 |
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>""" |
