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 """