Summary: | Widget popup from panel has way too small minimum size | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Jan Bidler <janbidler00> |
Component: | Fifteen Puzzle widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | cwo.kde, nate |
Priority: | NOR | ||
Version First Reported In: | 6.3.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kdeplasma-addons/-/commit/d1c5fca4fa9352af13c8e9ad83ba76bd0a2e3718 | Version Fixed In: | 6.4.0 |
Sentry Crash Report: |
Description
Jan Bidler
2025-05-28 16:55:16 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/833 Git commit 82ad24070083f51f38c1b4c15d395ca630249eb9 by Christoph Wolk. Committed on 29/05/2025 at 21:08. Pushed by cwo into branch 'master'. applets/fifteenPuzzle: set minimum size for fullRepresentation The fullRepresentation does not have a minimum size. This is not a problem in the case of the desktop widget, which will fall back to the compactRepresentation, but it makes no sense for the popup. Instead, we set it to have a minimum size equal to the switch size. Along the way we get rid of some not particularly useful debug messages. M +3 -7 applets/fifteenPuzzle/package/contents/ui/FifteenPuzzle.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/82ad24070083f51f38c1b4c15d395ca630249eb9 Git commit d1c5fca4fa9352af13c8e9ad83ba76bd0a2e3718 by Christoph Wolk. Committed on 29/05/2025 at 21:22. Pushed by cwo into branch 'Plasma/6.4'. applets/fifteenPuzzle: set minimum size for fullRepresentation The fullRepresentation does not have a minimum size. This is not a problem in the case of the desktop widget, which will fall back to the compactRepresentation, but it makes no sense for the popup. Instead, we set it to have a minimum size equal to the switch size. Along the way we get rid of some not particularly useful debug messages. (cherry picked from commit 82ad24070083f51f38c1b4c15d395ca630249eb9) Co-authored-by: Christoph Wolk <cwo.kde@posteo.net> M +3 -7 applets/fifteenPuzzle/package/contents/ui/FifteenPuzzle.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/d1c5fca4fa9352af13c8e9ad83ba76bd0a2e3718 |