To help boost performance of a large Flex app, I set the quality of the application to autoLow. I'm aware of the trade-off between performance and graphics, but one Label in particular is sometimes being cut off length-wise.
I'd like to keep the quality setting where it is, but is there an attribute I can set on the Label that will consistently display it properly? I set cacheAsBitmap, but I don't know if that's relevant to this problem. Thanks!

