From 73a05d82e136ed5d3177fe62c2205bbf7890d339 Mon Sep 17 00:00:00 2001 From: Laserlicht <13953785+Laserlicht@users.noreply.github.com> Date: Sat, 30 Sep 2023 20:18:12 +0200 Subject: [PATCH] fix --- client/VCMI_client.cbp | 2 ++ client/VCMI_client.vcxproj | 2 ++ client/VCMI_client.vcxproj.filters | 6 ++++++ config/widgets/mapOverview.json | 8 ++++---- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/client/VCMI_client.cbp b/client/VCMI_client.cbp index 57fc618b5..081be52ae 100644 --- a/client/VCMI_client.cbp +++ b/client/VCMI_client.cbp @@ -229,6 +229,8 @@ + + diff --git a/client/VCMI_client.vcxproj b/client/VCMI_client.vcxproj index 3fe7331f9..997bdba6a 100644 --- a/client/VCMI_client.vcxproj +++ b/client/VCMI_client.vcxproj @@ -238,6 +238,7 @@ + @@ -305,6 +306,7 @@ + diff --git a/client/VCMI_client.vcxproj.filters b/client/VCMI_client.vcxproj.filters index 8831d0480..9b717e834 100644 --- a/client/VCMI_client.vcxproj.filters +++ b/client/VCMI_client.vcxproj.filters @@ -25,6 +25,9 @@ windows + + windows + windows @@ -179,6 +182,9 @@ windows + + windows + windows diff --git a/config/widgets/mapOverview.json b/config/widgets/mapOverview.json index e397d8909..0c98d57a5 100644 --- a/config/widgets/mapOverview.json +++ b/config/widgets/mapOverview.json @@ -101,7 +101,7 @@ }, { "type": "drawTransparentRect", - "rect": {"x": 5, "y": 309, "w": 418, "h": 20}, + "rect": {"x": 5, "y": 304, "w": 418, "h": 20}, "color": [0, 0, 0, 75], "colorLine": [128, 100, 75, 255] }, @@ -111,11 +111,11 @@ "alignment": "center", "color": "yellow", "text": "vcmi.lobby.filename", - "position": {"x": 214, "y": 319} + "position": {"x": 214, "y": 314} }, { "type": "drawTransparentRect", - "rect": {"x": 5, "y": 334, "w": 418, "h": 45}, + "rect": {"x": 5, "y": 329, "w": 418, "h": 45}, "color": [0, 0, 0, 75], "colorLine": [128, 100, 75, 255] }, @@ -124,7 +124,7 @@ "font": "small", "alignment": "center", "color": "white", - "rect": {"x": 10, "y": 339, "w": 408, "h": 35} + "rect": {"x": 10, "y": 334, "w": 408, "h": 35} } ] }