From 5be5939082cfcef843e668bc1cbfb67f5451ef55 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Thu, 24 Jul 2008 19:50:05 +0000 Subject: - fix configMode for DVB-T and DVB-C - add some information to the NimSelection to give a quick overview to the user --- data/skin_default.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'data/skin_default.xml') 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())) - - + + + + {"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 + } + + -- cgit v1.2.3