We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, is it possible to set a fixed width for tabs?
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Hi,
Thanks. Hope to see more configurable properties.
No branches or pull requests
Hi, is it possible to set a fixed width for tabs?
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.
The text was updated successfully, but these errors were encountered: