Summary: | Welcome Center Navigation Buttons Not Visible on 1024x600 screens | ||
---|---|---|---|
Product: | [Applications] Welcome Center | Reporter: | Paxriel <paxriel> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | nate |
Priority: | NOR | Keywords: | qt6 |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-welcome/-/commit/45f908d72eee56648754939caa88f7b738fcf291 | Version Fixed In: | 6.0 |
Sentry Crash Report: | |||
Attachments: | An screenshot of the Welcome Center window within a 1024x600 display. |
Description
Paxriel
2024-01-31 15:04:00 UTC
What kind of device is this? 600 vertical pixels is a very very small amount of space. Welcome Center isn't really designed for a screen that small. I think we can make the minimum height a tiny bit shorter to accommodate this and still (barely) prevent anything from being cut off, but with a screen that short, I would strongly recommend using an Auto-Hide or Dodge Windows panel, or moving it to one of the vertical edges. You're going to find this same issue with a lot of other windows, too. Git commit 66065e7822fc896ead7a415e666b4de2459f88bf by Nate Graham. Committed on 31/01/2024 at 21:45. Pushed by ngraham into branch 'master'. Slightly decrease minimum window height This should allow the window to just barely fully fit on an 800x600 screen without anything getting cut off. FIXED-IN: 6.0 M +1 -1 src/qml/Main.qml https://invent.kde.org/plasma/plasma-welcome/-/commit/66065e7822fc896ead7a415e666b4de2459f88bf Git commit 45f908d72eee56648754939caa88f7b738fcf291 by Nate Graham. Committed on 31/01/2024 at 21:45. Pushed by ngraham into branch 'Plasma/6.0'. Slightly decrease minimum window height This should allow the window to just barely fully fit on an 800x600 screen without anything getting cut off. FIXED-IN: 6.0 (cherry picked from commit 66065e7822fc896ead7a415e666b4de2459f88bf) M +1 -1 src/contents/ui/Main.qml https://invent.kde.org/plasma/plasma-welcome/-/commit/45f908d72eee56648754939caa88f7b738fcf291 |