1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-08 00:39:30 +02:00

fix: window height

This commit is contained in:
danielmartin0 2022-05-30 08:56:21 +01:00
parent 03f7da2b95
commit 942734e9c2

View File

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