diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-07-24 19:50:05 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-07-24 19:50:05 +0000 |
| commit | 5be5939082cfcef843e668bc1cbfb67f5451ef55 (patch) | |
| tree | 282db0ba8261820d1c02d6efc7d2dbc8a8e3a946 /data | |
| parent | fea429e03ad502d4667041a245d3b492c49d55d7 (diff) | |
| download | enigma2-5be5939082cfcef843e668bc1cbfb67f5451ef55.tar.gz enigma2-5be5939082cfcef843e668bc1cbfb67f5451ef55.zip | |
- fix configMode for DVB-T and DVB-C
- add some information to the NimSelection to give a quick overview to
the user
Diffstat (limited to 'data')
| -rw-r--r-- | data/skin_default.xml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/data/skin_default.xml b/data/skin_default.xml index cc478d12..8b3f2e9a 100644 --- a/data/skin_default.xml +++ b/data/skin_default.xml @@ -616,8 +616,18 @@ self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y())) <widget name="menu" position="10,10" size="440,310" /> </screen> <!-- Nim selection --> - <screen name="NimSelection" position="160,223" size="400,130" title="Choose Tuner"> - <widget name="nimlist" position="10,10" size="380,105" /> + <screen name="NimSelection" position="160,123" size="400,330" title="Choose Tuner"> + <widget source="nimlist" render="Listbox" position="0,0" size="380,300" scrollbarMode="showOnDemand"> + <convert type="TemplatedMultiContent"> + {"template": [ + MultiContentEntryText(pos = (10, 5), size = (360, 30), flags = RT_HALIGN_LEFT, text = 1), # index 1 is the nim name, + MultiContentEntryText(pos = (50, 30), size = (320, 30), font = 1, flags = RT_HALIGN_LEFT, text = 2), # index 2 is a description of the nim settings, + ], + "fonts": [gFont("Regular", 20), gFont("Regular", 15)], + "itemHeight": 70 + } + </convert> + </widget> </screen> <!-- Nim setup --> <screen name="NimSetup" position="80,95" size="560,412" title="Reception Settings"> |
