From 1391ac59474f9c0e8bc8a31cc888cfbac19914b5 Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 7 Mar 2022 08:43:06 +0200 Subject: [PATCH] Update duo4k_run.py --- NeoBoot/tmpfiles/runpy/duo4k_run.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NeoBoot/tmpfiles/runpy/duo4k_run.py b/NeoBoot/tmpfiles/runpy/duo4k_run.py index 9f40e10..2277953 100644 --- a/NeoBoot/tmpfiles/runpy/duo4k_run.py +++ b/NeoBoot/tmpfiles/runpy/duo4k_run.py @@ -37,16 +37,16 @@ class StartImage(Screen): screenwidth = getDesktop(0).size().width() if screenwidth and screenwidth == 1920: skin = """ - \n\t\t\t + \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\tMultiContentEntryText(pos = (90, 1), size = (920, 66), flags = RT_HALIGN_LEFT|RT_VALIGN_CENTER, text = 0), \n \t\t\tMultiContentEntryPixmapAlphaTest(pos = (8, 4), size = (66, 66), png = 1), \n \t\t\t], \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 \n\t\t """ else: skin = """