diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-27 23:28:47 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-27 23:28:47 +0000 |
| commit | 9e70688bb0017399b7e7ef0d81182c81b4b7fcb3 (patch) | |
| tree | 4374058d7aab2251220573b352020238e7996b4c /lib/python | |
| parent | 036d2ec4dc7a66f9d591c00f65fa54bbddb24769 (diff) | |
| download | enigma2-9e70688bb0017399b7e7ef0d81182c81b4b7fcb3.tar.gz enigma2-9e70688bb0017399b7e7ef0d81182c81b4b7fcb3.zip | |
add scrollbar to the config list
Diffstat (limited to 'lib/python')
| -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 7a374543..efff0c90 100644 --- a/lib/python/Screens/StartWizard.py +++ b/lib/python/Screens/StartWizard.py @@ -12,7 +12,7 @@ class StartWizard(Wizard): <screen position="0,0" size="720,576" title="Welcome..." flags="wfNoBorder" > <widget name="text" position="153,50" size="340,270" font="Regular;23" /> <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="config" position="50,300" zPosition="1" size="440,200" transparent="1" scrollbarMode="showOnDemand" /> <widget name="stepslider" position="50,500" zPosition="1" borderWidth="2" size="440,20" backgroundColor="dark" /> <widget name="wizard" pixmap="/usr/share/enigma2/wizard.png" position="40,50" zPosition="10" size="110,174" transparent="1" alphatest="on"/> <widget name="rc" pixmap="/usr/share/enigma2/rc.png" position="500,600" zPosition="10" size="154,475" transparent="1" alphatest="on"/> |
