From 942734e9c23eed22612ce265a5fb172e02a9113e Mon Sep 17 00:00:00 2001 From: danielmartin0 Date: Mon, 30 May 2022 08:56:21 +0100 Subject: [PATCH] fix: window height --- maps/pirates/gui/info.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/pirates/gui/info.lua b/maps/pirates/gui/info.lua index 87558de1..b415c746 100644 --- a/maps/pirates/gui/info.lua +++ b/maps/pirates/gui/info.lua @@ -224,7 +224,7 @@ function Public.full_update(player) if flow2.selected_tab_index == 1 then flow2.style.height = 400 elseif flow2.selected_tab_index == 2 then - flow2.style.height = 500 + flow2.style.height = 460 elseif flow2.selected_tab_index == 3 then flow2.style.height = 620 elseif flow2.selected_tab_index == 4 then