Hi! I'm trying to make a vertical scrollbar using my own assets. I have both foreground and background images (see the attachments) that, when drawn by NGUI, get uniformly scaled in the vertical axis. This is not what I want, since the foreground image has a small protuberance that I don't want to get stretched. How can I tell NGUI to only scale the pixels that are in the center of the image? I know that it can be done, since I've attached the debugger to NGUI's example #7 and found out that the scrollbar images from that example have a non-zero border.
Thanks in advance for your help!
--Nacho