Problem with tabfolder

5 messages - 136 views

I had an aplication deployed with Kuix 1.0.0 and Kutil 1.0.1. It works fine.

I've updated the aplication with the new released versions (kuix 1.0.1 and Kutil 1.0.2) and the tabitems (from the tabfolder) seems to be without separation. What may be happening?

I've seen the demo and works fine, included the tab examples.

What do you call 'separation' ? the space between tabButtons ?

Yes. There is no space between tabButtons. If I have two tabs with title "a" and "b", I see in the mobile screen "ab".

You can customize the tabButtons appearance by adding a selector in CSS file :

Here adding a margin left and right of 2px :

tabitembutton {

margin: 0 2 0 2;

}

 

Thank you