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/LocationBox.py | |
| parent | 87ea9af33d190bb2be90ce9c35b5e1bcf6388411 (diff) | |
| download | enigma2-2a8ecd871020fdd668cf5500460e5a6e7851b4b0.tar.gz enigma2-2a8ecd871020fdd668cf5500460e5a6e7851b4b0.zip | |
png cleanup by nemesis, source changes.
Diffstat (limited to 'lib/python/Screens/LocationBox.py')
| -rw-r--r-- | lib/python/Screens/LocationBox.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Screens/LocationBox.py b/lib/python/Screens/LocationBox.py index b15fece5..de7923e4 100644 --- a/lib/python/Screens/LocationBox.py +++ b/lib/python/Screens/LocationBox.py @@ -30,9 +30,9 @@ class LocationBox(Screen, NumericalTextInput): <widget name="text" position="0,2" size="540,22" font="Regular;22" /> <widget name="filelist" position="0,25" size="540,235" /> <widget name="target" position="0,260" size="540,40" valign="center" font="Regular;22" /> - <widget name="yellow" position="260,300" zPosition="1" size="140,40" pixmap="skin_default/key-yellow.png" transparent="1" alphatest="on" /> + <widget name="yellow" position="260,300" zPosition="1" size="140,40" pixmap="skin_default/buttons/yellow.png" transparent="1" alphatest="on" /> <widget name="key_yellow" position="260,300" zPosition="2" size="140,40" halign="center" valign="center" font="Regular;22" transparent="1" shadowColor="black" shadowOffset="-1,-1" /> - <widget name="green" position="400,300" zPosition="1" size="140,40" pixmap="skin_default/key-green.png" transparent="1" alphatest="on" /> + <widget name="green" position="400,300" zPosition="1" size="140,40" pixmap="skin_default/buttons/green.png" transparent="1" alphatest="on" /> <widget name="key_green" position="400,300" zPosition="2" size="140,40" halign="center" valign="center" font="Regular;22" transparent="1" shadowColor="black" shadowOffset="-1,-1" /> </screen>""" |
