diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-04-13 23:00:47 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-04-13 23:00:47 +0000 |
| commit | 2a8ecd871020fdd668cf5500460e5a6e7851b4b0 (patch) | |
| tree | 304d3f4dfbcee92f33cc6923afc8f39763b16b0a /lib/python/Screens/TutorialWizard.py | |
| parent | 87ea9af33d190bb2be90ce9c35b5e1bcf6388411 (diff) | |
| download | enigma2-2a8ecd871020fdd668cf5500460e5a6e7851b4b0.tar.gz enigma2-2a8ecd871020fdd668cf5500460e5a6e7851b4b0.zip | |
png cleanup by nemesis, source changes.
Diffstat (limited to 'lib/python/Screens/TutorialWizard.py')
| -rw-r--r-- | lib/python/Screens/TutorialWizard.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/python/Screens/TutorialWizard.py b/lib/python/Screens/TutorialWizard.py index 9e97b7e7..8c0b79d6 100644 --- a/lib/python/Screens/TutorialWizard.py +++ b/lib/python/Screens/TutorialWizard.py @@ -10,10 +10,10 @@ class TutorialWizard(Wizard): <screen position="0,0" size="720,576" title="Welcome..." flags="wfNoBorder"> <widget name="text" position="50,100" size="440,200" font="Regular;23" /> <widget name="list" position="50,300" zPosition="1" size="440,200" /> - <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"/> - <widget name="arrowup2" pixmap="/usr/share/enigma2/arrowup.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/> + <widget name="rc" pixmap="skin_default/rc.png" position="500,600" zPosition="10" size="154,475" transparent="1" alphatest="on"/> + <widget name="arrowdown" pixmap="skin_default/arrowdown.png" position="0,0" zPosition="11" size="37,70" transparent="1" alphatest="on"/> + <widget name="arrowup" pixmap="skin_default/arrowup.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/> + <widget name="arrowup2" pixmap="skin_default/arrowup.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/> </screen>""" def __init__(self, session): |
