diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-02-22 01:01:44 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-02-22 01:01:44 +0000 |
| commit | bc851c60af8c44be9d5b24637ce335a8abf20401 (patch) | |
| tree | 0ac984d501fa2944bca7de5485a1381c1bf60638 /lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml | |
| parent | fc16d1a92da577be87d04358b9dd42e34963a4ef (diff) | |
| download | enigma2-bc851c60af8c44be9d5b24637ce335a8abf20401.tar.gz enigma2-bc851c60af8c44be9d5b24637ce335a8abf20401.zip | |
add port pictures to the video wizard
lcd pics don't work yet
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml index 5d54b2f1..681a6633 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml +++ b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml @@ -4,6 +4,7 @@ <displaytext value="Select video input" /> <list type="dynamic" source="listInputChannels" evaluation="inputSelectionMade" onselect="inputSelectionMoved" /> <code> +self["portpic"].show() self["arrowdown"].moveTo(557, 232, 1) self["arrowdown"].startMoving() self["arrowup"].moveTo(800, 232, 1) @@ -25,6 +26,7 @@ self["arrowdown"].startMoving() self["arrowup"].startMoving() self["rc"].moveTo(500, 50, 1) self["rc"].startMoving() +self["portpic"].hide() </code> </step> <step id="rateselection" nextstep="dvirateintroduction" timeout="10" timeoutaction="selectnext"> |
