HI, i am starting with NGUI and i have problem with setting manual height in UIRoot. I am working on resolution 960x640.
Three "topLeft" buttons are children of TopLeft anchor. Two "topRight" buttons are children of TopRight anchor.
First picture is correct.

On second picture, i set editor resolution on 1024x768. It is wrong because "topLeft" and "topRight" buttons are touching.

On third picture, i set editor resolution on 1024x768 and manualHeight i set by code ...GetComponent<UIRoot>().manualHeight = Screen.height, what was 694;
Buttons are still touching.
It looks like UIRoot or UIPanel was not refreshed.

But when i scaled editor Game window, something updated, i don't know what, but it looks great and i want it.
What i need to call after setting manualHeight?

