| Summary: | b4e928b9c061a90920e3aa5508f1ee93cb567b33 cuts off multi-window no-preview tooltips' close buttons | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Nate Graham <nate> |
| Component: | Task Manager and Icons-Only Task Manager widgets | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | cwo.kde, qydwhotmail, whiztech |
| Priority: | NOR | Keywords: | regression |
| Version First Reported In: | 6.6.0 | ||
| Target Milestone: | 1.0 | ||
| Platform: | KDE Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/b43ef9bbf0c6bf3be2bbd7cb32a9a78330e12cee | Version Fixed/Implemented In: | 6.6.1 |
| Sentry Crash Report: | |||
| Attachments: | Close buttons cut off | ||
|
Description
Nate Graham
2026-02-15 04:40:54 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/3540 *** Bug 516200 has been marked as a duplicate of this bug. *** Git commit 8b58e44699896cb1b9942efc2060f7e213f19e90 by Christoph Wolk. Committed on 18/02/2026 at 17:00. Pushed by cwo into branch 'master'. applets/taskmanager: adjust size for thumbnail-less tooltips In the case of tooltips with thumbnails disabled, we add an extra gridUnit of total Layout margins to match the default tooltip margins. We need to add this extra space to the parent, or the contents won't fit and the close button will be cut off. FIXED-IN: 6.6.1 M +3 -2 applets/taskmanager/qml/ToolTipDelegate.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/8b58e44699896cb1b9942efc2060f7e213f19e90 Git commit b43ef9bbf0c6bf3be2bbd7cb32a9a78330e12cee by Christoph Wolk. Committed on 19/02/2026 at 16:52. Pushed by cwo into branch 'Plasma/6.6'. applets/taskmanager: adjust size for thumbnail-less tooltips In the case of tooltips with thumbnails disabled, we add an extra gridUnit of total Layout margins to match the default tooltip margins. We need to add this extra space to the parent, or the contents won't fit and the close button will be cut off. FIXED-IN: 6.6.1 (cherry picked from commit 8b58e44699896cb1b9942efc2060f7e213f19e90) Co-authored-by: Christoph Wolk <cwo.kde@posteo.net> M +3 -2 applets/taskmanager/qml/ToolTipDelegate.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/b43ef9bbf0c6bf3be2bbd7cb32a9a78330e12cee |