quemb / QMBTabs

Tab View Controller just like Safari or mobile Chrome
MIT License
124 stars 21 forks source link

Fixed width for Tab #10

Open jslim89 opened 11 years ago

jslim89 commented 11 years ago

Hi, is it possible to set a fixed width for tabs?

tabbar

I want it to show 4 tabs with all equal width (i.e. 80), can see the screenshot here even there is no title, it still allocate some space for it.

tonimoeckel commented 11 years ago

Hi, a config option is not implemented so far. But should be pretty easy to do so. The min. width is currently set in "QMBTabBar.m" on line 21.

static float qmbMinTabWidth = 150.0f;

But I agree, an appearance config would be more suitable.

jslim89 commented 11 years ago

Hi,

Thanks. Hope to see more configurable properties.