aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-10-14 13:21:33 +0200
committerghost <andreas.monzner@multimedia-labs.de>2010-10-14 13:21:33 +0200
commit12e1565871ab397a50384af408b9120aeb35d077 (patch)
tree1a09c3d607e45e4c0f60264ce784434252db53dc /data
parent3ba5a94fb9e11aba156cd841a6e3feff030f08f3 (diff)
parentd21824019fe93603f1c05c7263ef7570aa60e135 (diff)
downloadenigma2-12e1565871ab397a50384af408b9120aeb35d077.tar.gz
enigma2-12e1565871ab397a50384af408b9120aeb35d077.zip
Merge remote branch 'remotes/origin/bug_587_new_internally_connectable_and_unsupported_tuner_management'
Diffstat (limited to 'data')
-rwxr-xr-xdata/skin_default.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/skin_default.xml b/data/skin_default.xml
index 7cb5b007..e5b31322 100755
--- a/data/skin_default.xml
+++ b/data/skin_default.xml
@@ -670,12 +670,12 @@ 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="center,center" size="400,330" title="Choose Tuner">
- <widget source="nimlist" render="Listbox" position="0,0" size="380,360" scrollbarMode="showOnDemand">
+ <screen name="NimSelection" position="center,center" size="490,330" title="Choose Tuner">
+ <widget source="nimlist" render="Listbox" position="0,0" size="460,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, 50), font = 1, flags = RT_HALIGN_LEFT, text = 2), # index 2 is a description of the nim settings,
+ MultiContentEntryText(pos = (10, 5), size = (440, 30), flags = RT_HALIGN_LEFT, text = 1), # index 1 is the nim name,
+ MultiContentEntryText(pos = (50, 30), size = (400, 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": 80