diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-05-05 23:38:38 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-05-05 23:38:38 +0000 |
| commit | a4da9cccc2575c4bf299bde9594dad3e049ddf6a (patch) | |
| tree | 3064290f3ab9cfebdcaba577dc98c610fcc78139 /skin.py | |
| parent | 81ae5bd362286a852f0851043bfccf1c754f3152 (diff) | |
| download | enigma2-a4da9cccc2575c4bf299bde9594dad3e049ddf6a.tar.gz enigma2-a4da9cccc2575c4bf299bde9594dad3e049ddf6a.zip | |
- split 2 (Screens)
Diffstat (limited to 'skin.py')
| -rw-r--r-- | skin.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -76,7 +76,7 @@ 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="0,380" size="720,151" title="InfoBar" flags="wfNoBorder"> + <screen name="InfoBar" position="0,380" size="720,151" title="InfoBar" flags="wfNoBorder"> <ePixmap position="0,0" size="720,151" pixmap="data/info-bg.png" /> <widget name="ServiceName" position="69,30" size="427,26" valign="center" font="Arial;32" backgroundColor="#101258" /> @@ -87,7 +87,7 @@ dom = xml.dom.minidom.parseString( <widget name="Event_Next_Duration" position="555,98" size="70,26" font="Arial;26" backgroundColor="dark" /> <!-- <eLabel position="70,0" size="300,30" text=".oO skin Oo." font="Arial;20" /> --> </screen> - <screen name="channelSelection" position="90,100" size="560,420" title="Channel Selection"> + <screen name="ChannelSelection" position="90,100" size="560,420" title="Channel Selection"> <widget name="list" position="0,50" size="560,340" /> <!-- <widget name="okbutton" position="340,50" size="140,30" />--> <widget name="key_red" position="0,0" size="140,40" backgroundColor="red" /> @@ -95,7 +95,7 @@ dom = xml.dom.minidom.parseString( <widget name="key_yellow" position="280,0" size="140,40" backgroundColor="yellow" /> <widget name="key_blue" position="420,0" size="140,40" backgroundColor="blue" /> </screen> - <screen name="serviceScan" position="150,100" size="300,200" title="Service Scan"> + <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" /> </screen> |
