Bug 428127 - Tray icons are left aligned in vertical panels
Summary: Tray icons are left aligned in vertical panels
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: System Tray (show other bugs)
Version: 5.20.1
Platform: Arch Linux Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2020-10-23 09:52 UTC by Christian Muehlhaeuser
Modified: 2020-10-31 17:39 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.20.2


Attachments
Left alignment of systray icons in vertical panel (41.59 KB, image/png)
2020-10-23 21:01 UTC, Christian Muehlhaeuser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Muehlhaeuser 2020-10-23 09:52:18 UTC
Tray icons used to be centered in vertical panels. Now they're left-aligned which looks really weird.


EXPECTED RESULT

Previous Plasma versions aligned the tray icons nicely. We should try and keep that alignment for vertical panels.
Comment 1 Konrad Materka 2020-10-23 13:54:07 UTC
Related to Bug 427638
Comment 2 Konrad Materka 2020-10-23 14:58:49 UTC
Can you attach screenshot?
Comment 3 Christian Muehlhaeuser 2020-10-23 21:01:03 UTC
Created attachment 132672 [details]
Left alignment of systray icons in vertical panel
Comment 4 Nate Graham 2020-10-24 19:09:18 UTC
You mean the whole row of icons used to be centered? Or that the icons used to appear in a centered column instead of a left-aligned row?
Comment 5 Konrad Materka 2020-10-24 22:09:15 UTC
I checked that, before whole row was centered.
I have a fix for that (and few other issues with huge panels).
Comment 6 Bug Janitor Service 2020-10-24 22:13:12 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/386
Comment 7 Bug Janitor Service 2020-10-25 13:28:50 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/388
Comment 8 Konrad Materka 2020-10-25 14:20:54 UTC
Git commit 881db6a9dad12a16f9223b57704484bc7dd8f0dc by Konrad Materka.
Committed on 25/10/2020 at 12:10.
Pushed by kmaterka into branch 'master'.

[applets/systemtray] Fixes for vertical and huge panel

Few fixes for icon sizing, especially less common. like vertical panel and huge sizes.
Related: bug 428158, bug 428198
FIXED-IN: 5.20.2

M  +1    -0    applets/systemtray/container/package/contents/ui/main.qml
M  +20   -9    applets/systemtray/package/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-workspace/commit/881db6a9dad12a16f9223b57704484bc7dd8f0dc
Comment 9 Konrad Materka 2020-10-25 15:19:35 UTC
Git commit 1f3b69087c9b4b1c9c3248b643907c480bcf8c6a by Konrad Materka.
Committed on 25/10/2020 at 14:38.
Pushed by kmaterka into branch 'Plasma/5.20'.

[applets/systemtray] Fixes for vertical and huge panel

Few fixes for icon sizing, especially less common. like vertical panel and huge sizes.
Related: bug 428158, bug 428198
FIXED-IN: 5.20.2

M  +1    -0    applets/systemtray/container/package/contents/ui/main.qml
M  +20   -9    applets/systemtray/package/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-workspace/commit/1f3b69087c9b4b1c9c3248b643907c480bcf8c6a
Comment 10 Christian Muehlhaeuser 2020-10-31 17:39:16 UTC
Confirmed as working now! Thank you Konrad!