Created attachment 128159 [details] Shows a top panel with the misaligned battery icon SUMMARY The battery icon is not aligned properly. STEPS TO REPRODUCE 1. Add a panel (top / bottom) 2. Add the battery widget 3. Possibly add more widgets (like netword, audio) to see the difference OBSERVED RESULT The battery icon is vertically misaligned (it's sticking to the top, no matter if you have a bottom or top panel). EXPECTED RESULT The battery icon should be aligned in the center.
Don't you have the same issue with Plasma panels?
No I don't.
Created attachment 129017 [details] Perfect with plasma panel
the icon in compact representation needs to be centered aligned. More precise at file: contents/ui/CompactRepresentation.qml the Row element at line 39, needs a: anchors.centerIn: parent
Git commit 0b92a51ee70cc159a1f6ba04905999e0117738b2 by Michail Vourlakos. Committed on 13/06/2020 at 15:51. Pushed by mvourlakos into branch 'Plasma/5.19'. center align battery icon in compact representation --Battery monitor in compact representation must align its battery icon/s in center. That was first noticed by a user in some systray cases. M +1 -0 applets/batterymonitor/package/contents/ui/CompactRepresentation.qml https://invent.kde.org/plasma/plasma-workspace/commit/0b92a51ee70cc159a1f6ba04905999e0117738b2
Can confirm, it's fixed.