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
[Versions from your environment]
[If used, please inform their versions]
Python (also observed in C++).
[Description of the issue]
As shown below, "P" is obscured:
No obscuring of text during hover event.
The text was updated successfully, but these errors were encountered:
Suggested Fix: Add the following to QTabBar::tab:top:!selected:hover in style.qss on line 1350: padding: 0px;
QTabBar::tab:top:!selected:hover
style.qss
1350
padding: 0px;
-->
QTabBar::tab:top:!selected:hover { border: 1px solid #148CD2; border-bottom: 3px solid #148CD2; padding: 0px; }
I can create a PR. Not sure why it's behaving that way. I fixed a similar bug a while back: #57
Sorry, something went wrong.
Fix QTabWidget tab text label obscured during hover event #128
29bb061
* Attempt to fix Issue #128 * Fixed Issue #128 for all sides.
Closed due #130
No branches or pull requests
Describe Your Environment
[Versions from your environment]
[If used, please inform their versions]
Language
Python (also observed in C++).
Description / Steps to Reproduce [if necessary]
[Description of the issue]
Actual Result
As shown below, "P" is obscured:
Expected Results / Proposed Result
No obscuring of text during hover event.
The text was updated successfully, but these errors were encountered: