diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-12 15:01:52 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-12 15:01:52 +0000 |
| commit | 53ca01c19758138407ba3da702ceec604bdfd3d7 (patch) | |
| tree | 8608fd1c033280670b44aabe5da57fdb8aa8b3d5 /lib/python/Screens/StartWizard.py | |
| parent | a04ae9cc7480065dc0e610e593be107182ff2a7b (diff) | |
| download | enigma2-53ca01c19758138407ba3da702ceec604bdfd3d7.tar.gz enigma2-53ca01c19758138407ba3da702ceec604bdfd3d7.zip | |
remove flickering
Diffstat (limited to 'lib/python/Screens/StartWizard.py')
| -rw-r--r-- | lib/python/Screens/StartWizard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/StartWizard.py b/lib/python/Screens/StartWizard.py index e31e12e2..96e1d640 100644 --- a/lib/python/Screens/StartWizard.py +++ b/lib/python/Screens/StartWizard.py @@ -10,7 +10,7 @@ class StartWizard(Wizard): <widget name="list" position="50,300" zPosition="1" size="440,200" /> <widget name="config" position="50,300" zPosition="1" size="440,200" transparent="1" /> <widget name="step" position="50,50" size="440,25" font="Arial;23" /> - <widget name="stepslider" position="50,500" zPosition="1" borderWidth="1" size="440,20" backgroundColor="dark" /> + <widget name="stepslider" position="50,500" zPosition="1" borderWidth="2" size="440,20" backgroundColor="dark" /> <widget name="rc" pixmap="/usr/share/enigma2/rc.png" position="500,600" zPosition="10" size="154,475" transparent="1" alphatest="on"/> <widget name="arrowdown" pixmap="/usr/share/enigma2/arrowdown.png" position="0,0" zPosition="11" size="37,70" transparent="1" alphatest="on"/> <widget name="arrowup" pixmap="/usr/share/enigma2/arrowup.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/> |
