[flexcoders] can't remove space around label

2007-05-22 Thread Lincoln Mitchell
I need to get a Label (or Text) as close as possible to an image sitting below it. Padding-bottom and height attributes only do part of the job. It's like there is a margin around the label. Any ideas? Linc

Re: [flexcoders] can't remove space around label

2007-05-22 Thread Roman Protsiuk
As far as I remember there are some internal margins in the Label. One of my suggestions would be to override measure()/updateDisplayList() and to measure/draw content (UITextField) manually using your rules. Though it's just a guess. ;) R. On 5/22/07, Lincoln Mitchell [EMAIL PROTECTED] wrote:

RE: [flexcoders] can't remove space around label

2007-05-22 Thread Lincoln Mitchell
May 2007 4:37 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] can't remove space around label I need to get a Label (or Text) as close as possible to an image sitting below it. Padding-bottom and height attributes only do part of the job. It's like there is a margin around the label

RE: [flexcoders] can't remove space around label

2007-05-22 Thread Dimitrios Gianninas
Of Lincoln Mitchell Sent: Tuesday, May 22, 2007 4:37 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] can't remove space around label I need to get a Label (or Text) as close as possible to an image sitting below it. Padding-bottom and height attributes only do part of the job. It's like