From 1c1bf1344cd5d1d508e406da403dc509366a4fec Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 30 Nov 2021 09:42:09 +0200 Subject: [PATCH] Update tools.py --- NeoBoot/files/tools.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index 3b480eb..5d6db8f 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -121,13 +121,14 @@ class BoundFunction: class MBTools(Screen): if isFHD(): - skin = """ - - + skin = """ + + + - - - \n \t\t{"template": [\n \t\t\tMultiContentEntryText(pos = (50, 1), size = (920, 56), flags = RT_HALIGN_LEFT|RT_VALIGN_CENTER, text = 0),\n \t\t\tMultiContentEntryPixmapAlphaTest(pos = (6, 4), size = (66, 66), png = 1),\n \t\t\t],\n \t\t\t"fonts": [gFont("Regular", 35)],\n \t\t\t"itemHeight": 60\n \t\t}\n \t\t + + + \n \t\t{"template": [\n \t\t\tMultiContentEntryText(pos = (50, 1), size = (925, 58), flags = RT_HALIGN_LEFT|RT_VALIGN_CENTER, text = 0),\n \t\t\tMultiContentEntryPixmapAlphaTest(pos = (6, 4), size = (66, 66), png = 1),\n \t\t\t],\n \t\t\t"fonts": [gFont("Regular", 35)],\n \t\t\t"itemHeight": 60\n \t\t}\n \t\t """ else: