diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-10 20:06:28 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-10 20:06:28 +0000 |
| commit | fe6a0874378bbf19d0727b6d83c98339407a1142 (patch) | |
| tree | 45341f9e5d88fd61c9e04b5c15fc83208daf2a48 /data | |
| parent | dabf2f38d7b132883c7b67524432e9b0de3c9412 (diff) | |
| download | enigma2-fe6a0874378bbf19d0727b6d83c98339407a1142.tar.gz enigma2-fe6a0874378bbf19d0727b6d83c98339407a1142.zip | |
add ScanSimple
Diffstat (limited to 'data')
| -rw-r--r-- | data/skin.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/skin.xml b/data/skin.xml index fd73f1be..21f735b4 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -77,6 +77,12 @@ <widget name="config" position="20,10" size="460,350" /> <widget name="introduction" position="20,360" size="280,30" font="Arial;23" /> </screen> + <screen name="ScanSimple" position="150,100" size="400,300" title="Service scan"> + <widget name="header" position="20,10" size="280,25" font="Arial;23"/> + <widget name="config" position="20,45" size="360,200" /> + <widget name="footer" position="20,250" size="360,25" font="Arial;23"/> + <!--<widget name="introduction" position="20,360" size="280,30" font="Arial;23" />--> + </screen> <screen name="TimerEntry" position="390,100" size="250,400" title="Timer entry"> <widget name="config" position="5,10" size="240,350" /> <widget name="introduction" position="20,360" size="250,30" font="Arial;23" /> |
