If I have two labels:
<mx:Label id="label1" text=":" />
<mx:Label id="label2" text="::" />

The assigned width of label2, with two characters, is significantly
less than the width of label1, with only a single character. 

I can work around this behaviour by assigning the text of label1 to be
": " -- i.e. inserting a trailing space.

Is this a bug, or am I missing something?

Thanks

Reply via email to