From b6086fed83176227b4ef081e9478e14d7723e6c0 Mon Sep 17 00:00:00 2001 From: Laserlicht <13953785+Laserlicht@users.noreply.github.com> Date: Thu, 2 Oct 2025 22:11:24 +0200 Subject: [PATCH] fix black tactic bar --- config/widgets/battleWindow2.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/widgets/battleWindow2.json b/config/widgets/battleWindow2.json index 873d20fde..518974679 100644 --- a/config/widgets/battleWindow2.json +++ b/config/widgets/battleWindow2.json @@ -1,6 +1,12 @@ { "items": [ + { + // fix transparent gap between content and border + "type": "transparentFilledRectangle", + "rect": {"x": 0, "y": 555, "w": 801, "h": 46}, + "color": [0, 0, 0, 255] + }, { "type": "picture", "name": "menuTactics", @@ -8,12 +14,6 @@ "position": {"x": 0, "y": 556}, "image": "COPLACBR.bmp" }, - { - // fix transparent gap between content and border - "type": "transparentFilledRectangle", - "rect": {"x": 0, "y": 555, "w": 801, "h": 46}, - "color": [0, 0, 0, 255] - }, { "type": "picture", "name": "menuBattle",