Summary: | Custom images in Kickoff are undesirably scaled down | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | pascorp |
Component: | Application Launcher (Kickoff) widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | mikel5764, nate, noahadvs |
Priority: | NOR | Keywords: | regression |
Version: | 6.1.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=497500 | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/3177f63ae4c0f6b029723c75e892184ce0ec30de | Version Fixed In: | |
Sentry Crash Report: |
Description
pascorp
2024-10-10 05:28:16 UTC
After changing the icon theme, the selected image began to be displayed. But the size of the button still adjusts only to the width of the image. Previously, the Windonw (nw) icon theme was selected, changed to Breez A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kirigami/-/merge_requests/1672 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2789 Git commit 66f584808174710ac2519eace363ac0ecc7b8c22 by Niccolò Venerandi. Committed on 07/02/2025 at 16:03. Pushed by niccolove into branch 'master'. Use Image for user-selected non-square Kickoff icons If the user selects an image as teh source for Kickoff icon we fallback on using Image, since Kirigami.Icon does not support non-square icons. M +21 -3 applets/kickoff/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/66f584808174710ac2519eace363ac0ecc7b8c22 Git commit 3177f63ae4c0f6b029723c75e892184ce0ec30de by Niccolò Venerandi. Committed on 07/02/2025 at 16:05. Pushed by niccolove into branch 'Plasma/6.3'. Use Image for user-selected non-square Kickoff icons If the user selects an image as teh source for Kickoff icon we fallback on using Image, since Kirigami.Icon does not support non-square icons. (cherry picked from commit 66f584808174710ac2519eace363ac0ecc7b8c22) Co-authored-by: Niccolò Venerandi <niccolo@venerandi.com> M +21 -3 applets/kickoff/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/3177f63ae4c0f6b029723c75e892184ce0ec30de |