tabbar - increase the tab space

It seems that tabs are very close to each other in tabbar control. How do we increase the space between the tabs?

Are there any methods to do this or we have to modify CSS?

Just add next line to tabbars init

tabbar.setMargin(necessary_value);