Author Topic: UIStretch not working properly on UIRoots that aren't automatic  (Read 4540 times)

Hidden

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 6
    • View Profile
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?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UIStretch not working properly on UIRoots that aren't automatic
« Reply #1 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.