about the latest update, where UI Button and UI image button becomes one.
It really hurts my project. really...

all my uibutton that goes with uisprite goes crazy. the sprite dimension sets to its original size.
i tried to set the dimension manually but whenever i start the game it turns back to original size
(say I have a weapon 200x150 and i made it 50x50 for shop icon purpose. and after updating NGUI, every icon in shop turns to 200x150)
after about 15mins I realized that UIButton, sprite section, has its "pixel snap" enabled. disable it, resize dimension, and a button will be right like before.
but I have about 100+ in total (50~ weapon icon in shop, 60~ enemy icon in 'enemypedia', and alot for UIs)
that takes hours to disable each snap pixels, resizing dimensions, and sometimes eyeballing its size.
Maybe you can consider disabling the "pixel snap" for default preset, so that others won't get to this problem.
but I don't know if there are more user that prefer pixel snap enabled.
one question:
How can you set the sprite in the new uibutton to "None"?
i've accidentally picked sprite for hovering, and the result is no good.
theres no option to delete it so I re-add the component

Thanks. other updates are good anyway