| Summary: | TabBar tabs don't connect with the line below them | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-qqc2-desktop-style | Reporter: | Nate Graham <nate> |
| Component: | general | Assignee: | Marco Martin <notmart> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kde, kde, matheus4551 |
| Priority: | NOR | ||
| Version First Reported In: | 5.46.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=394296 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Kirigami tab widget in Gallery - inactive tabs don't connect
New screenshot |
||
Bug in qqc2-desktop-style:
//Some QStyles seem to not return sensible pixelmetrics here
implicitHeight: Math.max(Kirigami.Units.gridUnit * 2, contentItem.implicitHeight)
That causes the TabBar's height to be too large so the tab buttons don't align with/overlap the bottom line of the TabBar. Removing that line fixes it for Breeze but the comment is probably there for a reason.
Created attachment 117667 [details]
New screenshot
Is it still an issue?
Hmm, can no longer reproduce in any context. Looks like this is fixed! |
Created attachment 112676 [details] Kirigami tab widget in Gallery - inactive tabs don't connect in Kirigami gallery, the inactive tabs don't connect with the line underneath them. This is either a bug, or a design choice that *looks* like a bug. :) See attached screenshot.