Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Hidden on April 12, 2012, 04:30:28 AM

Title: UIStretch not working properly on UIRoots that aren't automatic
Post by: Hidden on April 12, 2012, 04:30:28 AM
Hi,

I Have a problem with UIStretch on non automatic UIRoots, its only stretching to the resolution on screen, not the resolution of the UIRoot, so if I'm working on a UIRoot with a height double that of the resolution its appearing at on screen it only fills half the screen.

Is there a quick fix?
Title: Re: UIStretch not working properly on UIRoots that aren't automatic
Post by: ArenMook on April 12, 2012, 04:43:15 AM
Well that's what UIStretch is supposed to do -- stretch it to the dimension(s) of the screen. If you want it to go only up to half of it, just specify 0.5 instead of 1.0.