I only started using NGUI yesterday and I tried to add a SlicedSprite and a Label to a panel and anchor that panel to the top left of the screen. I can get it to look fine in a specific window size, but if I resize the window the panel does not stay the right distance from the edge, and can easily go off the screen.
I've tried this a few different ways, but settled on having the Anchor set to TopLeft, the RelativeOffset set to x=0.14 and y=-0.05; The panel, SlicedSprite, and Label have 0,0,0 position/rotation with only scale set. I've tried with the UIRoot set Automatic on and off, with different results but the same bug.
Is there something I'm doing wrong?
What I want is to always have the UI a set distance from the edge, regardless of the size of device it is used on.
I took some screen shots to explain myself a bit better