hi all!

im using a tab navigator with the given style

.ATabNavigator
{
    tab-width:198;
    tab-height:27;
    tab-offset:0;
    horizontal-gap:3;
    border-thickness:1;
     width: 600;
    height:193;    
    
}

there are total 3 tabs with given width=198
so total width of 3 tabs=198 x 3=594+6(horizontal gap=3 after each tab)=600

which is also required width of tab navigator panel(as mentioned above)
the problem is:
when i use this style,the last tab is always truncated by 2 pixels
but when i remove the border i-e border thickness=0.
every thing is fine...
i dont know whether this is issue with tab navigator border or something 
else....
any idea?
coz i need to implement border in tab navigator...
Munteha Riaz   


      

Reply via email to