diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-08-31 14:53:38 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-08-31 14:53:38 +0000 |
| commit | 6a417418c71ac1f8143e130a91ff0e091d3b474e (patch) | |
| tree | db560b77f8dfbfa354711131bd8b347a1b1dd702 /data | |
| parent | ca42423ea74fdc67e62bbdf92975b4cd05b8c9c0 (diff) | |
| download | enigma2-6a417418c71ac1f8143e130a91ff0e091d3b474e.tar.gz enigma2-6a417418c71ac1f8143e130a91ff0e091d3b474e.zip | |
colorButtons (more?) readable
Diffstat (limited to 'data')
| -rw-r--r-- | data/skin.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/skin.xml b/data/skin.xml index 251cffd6..91e465a4 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -102,10 +102,10 @@ <screen name="ChannelSelection" position="90,100" size="560,420" title="Channel Selection"> <widget name="list" position="0,50" size="560,320" /> <!-- <widget name="okbutton" position="340,50" size="140,30" />--> - <widget name="key_red" position="0,0" size="140,40" backgroundColor="red" /> - <widget name="key_green" position="140,0" size="140,40" backgroundColor="green" /> - <widget name="key_yellow" position="280,0" size="140,40" backgroundColor="yellow" /> - <widget name="key_blue" position="420,0" size="140,40" backgroundColor="blue" /> + <widget name="key_red" position="0,0" size="140,40" backgroundColor="red" font="Arial;21" /> + <widget name="key_green" position="140,0" size="140,40" backgroundColor="green" font="Arial;21" /> + <widget name="key_yellow" position="280,0" size="140,40" backgroundColor="yellow" font="Arial;21" /> + <widget name="key_blue" position="420,0" size="140,40" backgroundColor="blue" font="Arial;21" /> </screen> <screen name="MovieSelection" position="150,100" size="400,420" title="Select-a-movie"> <widget name="list" position="0,50" size="400,300" /> |
