Summary: | Icons-only task manager "open to the left" no longer right-aligns icons | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Mike Rivnak <rivnakm1> |
Component: | Task Manager and Icons-Only Task Manager | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | nate, qydwhotmail |
Priority: | NOR | Keywords: | regression |
Version: | 6.1.1 | ||
Target Milestone: | 1.0 | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/281cee2962b04be09e645436f512489eb292a8a9 | Version Fixed In: | 6.2.3 |
Sentry Crash Report: |
Description
Mike Rivnak
2024-07-03 02:15:35 UTC
Can reproduce. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2608 Git commit 8b78def13fcc0980c274ad12f88b11075bb6d0e6 by Nate Graham, on behalf of Michael Rivnak. Committed on 31/10/2024 at 01:48. Pushed by ngraham into branch 'master'. applets/taskmanager: Fix icon alignment when is reversed Setting the icons-only task manager to open new tasks to the left should reverse the icon order and align items to the right side of the panel; previously, only the order was affected. FIXED-IN: 6.2.3 M +0 -6 applets/taskmanager/package/contents/ui/TaskList.qml M +14 -2 applets/taskmanager/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/8b78def13fcc0980c274ad12f88b11075bb6d0e6 Git commit 281cee2962b04be09e645436f512489eb292a8a9 by Nate Graham. Committed on 31/10/2024 at 02:01. Pushed by ngraham into branch 'Plasma/6.2'. applets/taskmanager: Fix icon alignment when is reversed Setting the icons-only task manager to open new tasks to the left should reverse the icon order and align items to the right side of the panel; previously, only the order was affected. FIXED-IN: 6.2.3 (cherry picked from commit 8b78def13fcc0980c274ad12f88b11075bb6d0e6) 615548b2 Fix icon alignment when task manager is reversed 97175bf8 simplify isMirrored contition 098b6d29 retain old behavior for vertical panels b1d9769c refactor to clarify mirroring behavior with rtl f7a809be remove property with same name as function da383cbe qualify function call Co-authored-by: Michael Rivnak <rivnakm1@gmail.com> M +0 -6 applets/taskmanager/package/contents/ui/TaskList.qml M +14 -2 applets/taskmanager/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/281cee2962b04be09e645436f512489eb292a8a9 |