From 3f376c9d422cf6b61a312863ec6de5a76f9cfe87 Mon Sep 17 00:00:00 2001 From: gutosie Date: Thu, 2 Dec 2021 15:17:18 +0200 Subject: [PATCH] Update tools.py --- NeoBoot/files/tools.py | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index c5879fa..caddf58 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -121,13 +121,15 @@ class BoundFunction: class MBTools(Screen): if isFHD(): - skin = """ - - - + skin = """ + + + + - - + + + \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 """