NGUI adds 1 pixel of spacing to a sprite if its dimensions are not even. Ie: if your image has a height of 17 pixels, NGUI will add 1 pixel of padding to make it 18, thus dividable by two. Use a non-center pivot, and you won't need the sprite's dimensions to be dividable by two.