diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-03-15 11:58:52 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-03-15 11:58:52 +0100 |
| commit | a2b81eb390ee9cfb892734251429a062a4fa77e4 (patch) | |
| tree | fc16726c6f861f2ec9924d36beca93ccf6630354 /data | |
| parent | 0d6533c82c3703b19af8afabe1121db1d9848a60 (diff) | |
| download | enigma2-a2b81eb390ee9cfb892734251429a062a4fa77e4.tar.gz enigma2-a2b81eb390ee9cfb892734251429a062a4fa77e4.zip | |
add "High bitrate support" choice in CI Setup (needs new drivers to work)
Diffstat (limited to 'data')
| -rwxr-xr-x | data/skin_default.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/skin_default.xml b/data/skin_default.xml index f99e1a76..ed3b8a23 100755 --- a/data/skin_default.xml +++ b/data/skin_default.xml @@ -172,9 +172,9 @@ self.instance.move(ePoint((720-wsizex)/2, (576-wsizey)/(count > 7 and 2 or 3) <widget name="bottom" position="10,230" size="430,25" font="Regular;23" /> </screen> <!-- Common interface - selection --> - <screen name="CiSelection" position="140,226" size="440,160" title="Common Interface"> + <screen name="CiSelection" position="140,226" size="440,185" title="Common Interface"> <widget name="text" position="10,10" size="430,25" font="Regular;23" /> - <widget name="entries" position="10,55" size="420,100" scrollbarMode="showOnDemand" /> + <widget name="entries" position="10,55" size="420,125" scrollbarMode="showOnDemand" /> </screen> <!-- Console --> <screen name="Console" position="90,95" size="560,430" title="Command execution..."> |
