Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed width for Tab #10

Open
jslim89 opened this issue Sep 18, 2013 · 2 comments
Open

Fixed width for Tab #10

jslim89 opened this issue Sep 18, 2013 · 2 comments

Comments

@jslim89
Copy link

jslim89 commented Sep 18, 2013

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
Copy link
Member

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
Copy link
Author

jslim89 commented Sep 20, 2013

Hi,

Thanks. Hope to see more configurable properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants