diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-02-16 14:53:12 +0100 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-03-12 23:47:49 +0100 |
| commit | 72bc8cf59d2f2192bcf1491758169a77b106190a (patch) | |
| tree | 0a5550828203906fc17db460b023b1fc1d404c00 /data | |
| parent | bb61a8a6ff402b248d1af83d138996259fb4641f (diff) | |
| download | enigma2-72bc8cf59d2f2192bcf1491758169a77b106190a.tar.gz enigma2-72bc8cf59d2f2192bcf1491758169a77b106190a.zip | |
fixes bug #445
show diseqc settings in NimSelection
Diffstat (limited to 'data')
| -rwxr-xr-x | data/skin_default.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/skin_default.xml b/data/skin_default.xml index 56d53dc3..0114349b 100755 --- a/data/skin_default.xml +++ b/data/skin_default.xml @@ -626,14 +626,14 @@ self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y())) </screen> <!-- Nim selection --> <screen name="NimSelection" position="center,center" size="400,330" title="Choose Tuner"> - <widget source="nimlist" render="Listbox" position="0,0" size="380,300" scrollbarMode="showOnDemand"> + <widget source="nimlist" render="Listbox" position="0,0" size="380,360" 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, + MultiContentEntryText(pos = (50, 30), size = (320, 50), 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 + "itemHeight": 80 } </convert> </widget> |
