[flexcoders] Re: TabBar tabs magins ?

2005-07-12 Thread r0main
IL PROTECTED] On > Behalf Of r0main > Sent: mardi 12 juillet 2005 13:50 > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: TabBar tabs magins ? > > > Thanks, but this manage the way tabs are overlapping on each other > [with negative hgap's], not the size of my tabs... &

RE: [flexcoders] Re: TabBar tabs magins ?

2005-07-12 Thread Philippe Maegerman
Maybe manualy then:     Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of r0mainSent: mardi 12 juillet 2005 13:50To: flexcoders@yahoogroups.comSubject: [flexcoders] Re: TabBar tabs magins ? Thanks, but this manage the way tabs are overlapping on

[flexcoders] Re: TabBar tabs magins ?

2005-07-12 Thread r0main
Thanks, but this manage the way tabs are overlapping on each other [with negative hgap's], not the size of my tabs... r0main --- In flexcoders@yahoogroups.com, "Philippe Maegerman" <[EMAIL PROTECTED]> wrote: > horizntalGap? > > Philippe Maegerman > > > From: f

[flexcoders] Re: TabBar tabs magins ?

2005-07-12 Thread r0main
Thanks Andrew for the tab-width style trick... I'll try to be more precise, in fact I was looking for a way to control each tab's width or inner margins individually, because my tabs aren't equals in width, but when the whole collection of tabs is bigger than the TabBar width, all tabs gets the sam

[flexcoders] Re: TabBar tabs magins ?

2005-07-12 Thread Andrew Spaulding
Sorry, I noticed you meant TabBar .. I would still give tab-width and tab-height a go though, cheers, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, "Andrew Spaulding" <[EMAIL PROTECTED]> wrote: > You can control the width and height of the tabs with the following > styl

[flexcoders] Re: TabBar tabs magins ?

2005-07-12 Thread Andrew Spaulding
You can control the width and height of the tabs with the following styles: TabNavigator { tab-width: 40; //default = 70 tab-height: 35; //default = 22 } if you decrease the width you'll see a difference in the left and right margins in the tabs. For more information be sure to check out t