I've been using a scrolling area, which is similar to the Quest example from NGUI, to display some kind of Patch Notes. It works perfectly and currently looks like this:

As you might notice, the text itself in the field is not sharp anymore. This was different before I've updated to 3.0.0. (I'm using 3.0.3c now). Problem here: I don't know how to change this back to normal again

I've tried
Overflow = "ShrinkContent" instead of "ResizeFreely" and
Keep crisp set to "Always". This, however, didn't change anything visually. (Maybe I just misunderstand this new feature

).
All other labels I have are sharp in their presence. And they all share the same settings:

What did I do wrong?