Hi,
that is because the TabNavigator has a default paddingTop style of 10
pixels.
TabNavigator {
paddingTop:0;
}
will solve it for all of them in your application.
Peace, Mike
On 5/31/07, Nick Durnell <[EMAIL PROTECTED]> wrote:
Hi all,
All my TabNavigators have a dead space at the top (between the tab bar
and the content). For example if I have a tab which contains a green
Canvas set to 100% width and 100% height, the whole tab is green apart
from a 10 pixel stripe at the top!
Does anyone know how to get rid of this gap? I can't find any
properties or styles on TabNavigator to change this behaviour. Perhaps
this space is part of the TabBar?
Thanks,
Nick.
--
Teoti Graphix
http://www.teotigraphix.com
Blog - Flex2Components
http://www.flex2components.com
You can find more by solving the problem then by 'asking the question'.