diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-08-31 01:49:11 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-08-31 01:49:11 +0000 |
| commit | 91cc542ac90b8eb7559fad677ac5e46ed44e2283 (patch) | |
| tree | beb61a323010f5cc4e6323f6d58d245c2f1d57ed /data | |
| parent | 1b2f75903244b6c03e1f123533d4385c0c271c78 (diff) | |
| download | enigma2-91cc542ac90b8eb7559fad677ac5e46ed44e2283.tar.gz enigma2-91cc542ac90b8eb7559fad677ac5e46ed44e2283.zip | |
add skin for network-Screen
Diffstat (limited to 'data')
| -rw-r--r-- | data/skin.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/data/skin.xml b/data/skin.xml index b3a36d6e..a4a65ed4 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -51,7 +51,15 @@ <widget name="ok" position="140,180" size="38,20" font="Arial;20" backgroundColor="green" /> <widget name="cancel" position="240,180" size="70,20" font="Arial;20" backgroundColor="red" /> </screen> - <screen name="About" position="140,125" size="360,200" title="Setup"> + <screen name="About" position="140,125" size="360,200" title="About"> + <widget name="text" position="10,30" size="420,40" font="Arial;20"/> + <widget name="tuner" position="10,80" size="420,20"/> + <widget name="tunerA" position="10,100" size="420,20"/> + <widget name="tunerB" position="10,120" size="420,20"/> + <widget name="hdd" position="10,150" size="420,20"/> + <widget name="hddA" position="10,170" size="420,20"/> + </screen> + <screen name="Network" position="140,125" size="360,200" title="Network"> <widget name="text" position="10,30" size="420,40" font="Arial;20"/> <widget name="tuner" position="10,80" size="420,20"/> <widget name="tunerA" position="10,100" size="420,20"/> |
