Page 1 of 1

[kovarex] [0.17.6] UI Description of the mod is outside parent window

Posted: Wed Mar 06, 2019 8:53 am
by ZlovreD
If list of dependencies is to long - description start showing outside mods window on scrolling down.

Image

Re: [kovarex] [0.17.6] UI Description of the mod is outside parent window

Posted: Fri Mar 15, 2019 1:01 am
by WIZ4
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	
Screenshot_11.jpg
Screenshot_11.jpg (17.1 KiB) Viewed 2600 times

Re: [kovarex] [0.17.6] UI Description of the mod is outside parent window

Posted: Sun Mar 17, 2019 8:44 pm
by Sopel
Also happens with the "buff overview window"

Re: [kovarex] [0.17.6] UI Description of the mod is outside parent window

Posted: Thu Mar 28, 2019 11:56 am
by kovarex
Thanks for the report, fixed for 0.17.22