Re: [flexcoders] Position elements with different font size against baseline in HBox

2009-09-06 Thread Alexander Tarelkin
Well, thank you for the answer, but I originally asked how I could eliminate padding =) On Sun, Sep 6, 2009 at 3:49 AM, Ivan Wang ivan.wang2...@gmail.com wrote:  Just make the labels same height, and tuning its own padding. I think it is sort of tricky, but Flex still can't make text

Re: [flexcoders] Position elements with different font size against baseline in HBox

2009-09-05 Thread Ivan Wang
Just make the labels same height, and tuning its own padding. I think it is sort of tricky, but Flex still can't make text alignment perfect automatically, and you do always have to spend much effort to get over this. mx:HBox mx:Label height=100% text=LABEL1 fontSize=10 paddingTop = 2/