Summary: | Bottom panel hides lower part of windows including the confirmation buttons at lower resolutions | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | paninomaninodesu |
Component: | Panel | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | grave | CC: | nate, tyagigeetarajneesh |
Priority: | NOR | ||
Version: | 5.27.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/commit/753f82d7fa60ab53bdf17ba8a2a178f04acabc19 | Version Fixed In: | 5.23.2 |
Sentry Crash Report: | |||
Attachments: | example of the problem |
Description
paninomaninodesu
2021-10-14 13:58:55 UTC
Graphics running under X11 and OpenGL 2.0 Seems like the minimum height of this window is too tall. There isn't a generic way to fix this at the panel level; we need to fix individual windows that are too tall. I'll fix this one. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/599 (In reply to Nate Graham from comment #2) > Seems like the minimum height of this window is too tall. There isn't a > generic way to fix this at the panel level; we need to fix individual > windows that are too tall. I'll fix this one. I think that changing how the panel visibility behaves would solve this for all cases. Like it works on Windows, the windows try to stick immediately above the bottom panel and try to not get behind it. If you want to change the minimum size of these windows, in the case of the resolution 1280x768 that it's still so common, some pixels just need to be "reserved" to the bottom panel, so just subtract the standard bottom panel height from 768. Sadly there isn't a generic way to fix this. If we made the window always appear above the panel, its titlebar could get cut off which would be even worse--the user would be left with no visible way to move or close the window. Ultimately we just need to fix bugs as they come up on a case-by-case basis. In this case the fix was easy since the window was setting a minimum height that was inappropriately high. Git commit 4e13d08c54d79bb8983f47ff77065d4e683c8c05 by Nate Graham. Committed on 19/10/2021 at 14:15. Pushed by ngraham into branch 'master'. Make Applet config window a tiny bit smaller and reduce minimum size There's no point in setting an implicit size that's the same as the minimum size so let's reduce the minimum size to be smaller than the minimum size so that the window can be made smaller by the user, or by the system in case a small screen is being used. Also reduce the default height a tiny bit. FIXED-IN: 5.24 M +3 -3 desktoppackage/contents/configuration/AppletConfiguration.qml https://invent.kde.org/plasma/plasma-desktop/commit/4e13d08c54d79bb8983f47ff77065d4e683c8c05 Git commit 753f82d7fa60ab53bdf17ba8a2a178f04acabc19 by Nate Graham. Committed on 20/10/2021 at 14:54. Pushed by ngraham into branch 'Plasma/5.23'. Make Applet config window a tiny bit smaller and reduce minimum size There's no point in setting an implicit size that's the same as the minimum size so let's reduce the minimum size to be smaller than the minimum size so that the window can be made smaller by the user, or by the system in case a small screen is being used. Also reduce the default height a tiny bit. FIXED-IN: 5.24 (cherry picked from commit 4e13d08c54d79bb8983f47ff77065d4e683c8c05) M +3 -3 desktoppackage/contents/configuration/AppletConfiguration.qml https://invent.kde.org/plasma/plasma-desktop/commit/753f82d7fa60ab53bdf17ba8a2a178f04acabc19 Please don't randomly re-open old bug reports with no explanation. If you feel you're experiencing the same issue, please submit a new bug report for it, since it may well be an unrelated and different issue that only _looks_ like this one. |