![Image](https://forums.factorio.com/images/ext/9b53d168fa635a9ba3eb048baabcea53.png)
[kovarex] [0.17.6] UI Description of the mod is outside parent window
[kovarex] [0.17.6] UI Description of the mod is outside parent window
If list of dependencies is to long - description start showing outside mods window on scrolling down.
![Image](https://forums.factorio.com/images/ext/9b53d168fa635a9ba3eb048baabcea53.png)
![Image](https://forums.factorio.com/images/ext/9b53d168fa635a9ba3eb048baabcea53.png)
Re: [kovarex] [0.17.6] UI Description of the mod is outside parent window
I have the same problem
Code: Select all
function create_bug()
local frame = game.players[1].gui.center.add { type = "frame", name = "main_frame"}
frame.style.width = 400
frame.style.height = 250
local scroll = frame.add { type = "scroll-pane", name = "scroll"}
local scrol_2 = scroll.add{ type = "scroll-pane", name = "scrol_2"}
scrol_2.style.width = 350
local label = scrol_2.add{ type = "label", name = "label",caption = 'Created bug successfully'}
local frame_3 = scroll.add { type = "frame", name = "frame_3"}
scroll.frame_3.style.height = 500
end
My native language is russian. Sorry if my messages are difficult to read.
Re: [kovarex] [0.17.6] UI Description of the mod is outside parent window
Also happens with the "buff overview window"
Re: [kovarex] [0.17.6] UI Description of the mod is outside parent window
Thanks for the report, fixed for 0.17.22