aboutsummaryrefslogtreecommitdiff
path: root/data/skin_default.xml
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2010-02-16 14:53:12 +0100
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2010-03-12 23:45:13 +0100
commit21784b24619c732dc52d0bb9b21e3bf00ac5dca0 (patch)
tree2c688a5ab916613d87b27a41a3ced51ee63f4dc2 /data/skin_default.xml
parent6ef2aa770ab081e53fdbda3f81c9d75147dac81a (diff)
downloadenigma2-21784b24619c732dc52d0bb9b21e3bf00ac5dca0.tar.gz
enigma2-21784b24619c732dc52d0bb9b21e3bf00ac5dca0.zip
fixes bug #445
show diseqc settings in NimSelection
Diffstat (limited to 'data/skin_default.xml')
-rwxr-xr-xdata/skin_default.xml6
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>