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:
parent
03f7da2b95
commit
942734e9c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user