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

Add a configuration that avoid tab label eliding #554

Closed
nitramr opened this issue Aug 29, 2023 · 3 comments
Closed

Add a configuration that avoid tab label eliding #554

nitramr opened this issue Aug 29, 2023 · 3 comments

Comments

@nitramr
Copy link

nitramr commented Aug 29, 2023

If the text label of a tab is too large or the amount of tabs is not fitting in the dock container, you see an elided text label in each tab.

Please, add a setting that avoid this eliding behavior. I need a way to always read the text of a tab. If the text is too large, the tabs could be in a scroll container (like the behavior of a QTabBar).

fusion-tabbar-truncated

Thanks

@githubuser0xFFFF
Copy link
Owner

githubuser0xFFFF commented Aug 29, 2023

Why do do you need a scroll container? You already have tabs menu.

@nitramr
Copy link
Author

nitramr commented Sep 6, 2023

Hi, the scroll container is not needed. The tab menu is fine for overflowing content. The main point of my request is that I need tabs without eliding text.
Bildschirmfoto vom 2023-09-06 21-30-04

It would be better if the first tab text is fully readable and the second one elided.

@githubuser0xFFFF
Copy link
Owner

Implemented in master - see configuration flag DisableTabTextEliding.

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

No branches or pull requests

2 participants