From 948c064444557d8d238de98d38c0826ef4272b9b Mon Sep 17 00:00:00 2001 From: gutosie Date: Thu, 2 Dec 2021 15:52:40 +0200 Subject: [PATCH] Update duo4kse_run.py --- NeoBoot/tmpfiles/runpy/duo4kse_run.py | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/NeoBoot/tmpfiles/runpy/duo4kse_run.py b/NeoBoot/tmpfiles/runpy/duo4kse_run.py index 30f7b20..92d4efb 100644 --- a/NeoBoot/tmpfiles/runpy/duo4kse_run.py +++ b/NeoBoot/tmpfiles/runpy/duo4kse_run.py @@ -36,9 +36,10 @@ LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot' class StartImage(Screen): screenwidth = getDesktop(0).size().width() if screenwidth and screenwidth == 1920: - skin = """ - \n\t\t\t - \n\t\t\t\t + skin = """ + \n\t\t\t + + \n\t\t\t\t \n \t\t{"template": [ \n \t\t\tMultiContentEntryText(pos = (90, 1), size = (920, 66), flags = RT_HALIGN_CENTER|RT_VALIGN_CENTER, text = 0), \n \t\t\tMultiContentEntryPixmapAlphaTest(pos = (8, 4), size = (66, 66), png = 1), @@ -46,20 +47,7 @@ class StartImage(Screen): \n \t\t\t"fonts": [gFont("Regular", 40)],\n \t\t\t"itemHeight": 66\n \t\t} \n \t\t\n\t\t \n - \n\t\t - \n\t\t """ - else: - skin = """ - \n\t\t\t - - \n\t\t\t\t - \n \t\t{"template": [ - \n \t\t\tMultiContentEntryText(pos = (180, 0), size = (520, 36), flags = RT_HALIGN_LEFT|RT_VALIGN_CENTER, text = 0), - \n \t\t\tMultiContentEntryPixmapAlphaTest(pos = (4, 2), size = (36, 36), png = 1), - \n \t\t\t],\n \t\t\t"fonts": [gFont("Regular", 22)], - \n \t\t\t"itemHeight": 35\n \t\t}\n \t\t - \n\t\t\n - + \n\t\t \n\t\t """ __module__ = __name__