X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/9529d3ec43c9d81811dd5efa4c998821df90c9b5..d37c356fa54be2fd93a92566c686a468a741cd0f:/data/skin_default.xml?ds=sidebyside diff --git a/data/skin_default.xml b/data/skin_default.xml index 396515e9..9fb2fc27 100755 --- a/data/skin_default.xml +++ b/data/skin_default.xml @@ -616,7 +616,19 @@ self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y())) - + + + {"template": [ + MultiContentEntryText(pos = (85, 6), size = (440, 28), font=0, flags = RT_HALIGN_LEFT|RT_VALIGN_TOP, text = 1), # index 1 is the interfacename + MultiContentEntryText(pos = (85, 43), size = (440, 20), font=1, flags = RT_HALIGN_LEFT|RT_VALIGN_BOTTOM, text = 2), # index 2 is the description + MultiContentEntryPixmapAlphaTest(pos = (2, 8), size = (54, 54), png = 3), # index 3 is the interface pixmap + MultiContentEntryPixmapAlphaTest(pos = (63, 46), size = (15, 16), png = 4), # index 4 is the default pixmap + ], + "fonts": [gFont("Regular", 28),gFont("Regular", 20)], + "itemHeight": 70 + } + +