aboutsummaryrefslogtreecommitdiff
path: root/skin.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-02-09 22:59:04 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-02-09 22:59:04 +0000
commit54bd4123728628a6f77bad2584b70d1353a91666 (patch)
tree51fe5fa7108c770670ce4304b6d704eff292722b /skin.py
parentd9ee52e4f0fbe9a1ae00d0e66f9e6f0a07fa319f (diff)
downloadenigma2-54bd4123728628a6f77bad2584b70d1353a91666.tar.gz
enigma2-54bd4123728628a6f77bad2584b70d1353a91666.zip
- fixed console input mode restore
- added "scan" component - scan possible from main menu
Diffstat (limited to 'skin.py')
-rw-r--r--skin.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/skin.py b/skin.py
index 687d8085..936dcc96 100644
--- a/skin.py
+++ b/skin.py
@@ -23,13 +23,18 @@ dom = xml.dom.minidom.parseString(
<widget name="title" position="10,120" size="280,50" />
<widget name="theClock" position="10,60" size="280,50" />
</screen>
- <screen name="infoBar" position="100,100" size="500,400" title="InfoBar">
+ <screen name="infoBar" position="100,100" size="300,400" title="InfoBar">
<widget name="channelSwitcher" position="10,190" size="280,50" />
</screen>
<screen name="channelSelection" position="300,100" size="300,300" title="Channel Selection">
<widget name="okbutton" position="10,190" size="280,50" />
<widget name="list" position="10,30" size="280,140" />
</screen>
+ <screen name="serviceScan" position="150,100" size="300,200" title="Service Scan">
+ <widget name="scan_progress" position="10,10" size="280,50" />
+ <widget name="scan_state" position="10,60" size="280,30" />
+ <widget name="okbutton" position="10,100" size="280,40" />
+ </screen>
</skin>
""")