Created attachment 162424 [details] That's very interesting, Linda Today's git master Plasma 6, Wayland, 200% scale With today's git master of everything, when I use a horizontal panel, the System Tray and Digital Clock widgets overlap 100% of the time. See attached screenshot. It reproduces if I restart plasmashell. I can make it temporarily go away by moving the panel to the left or right screen edge to make it vertical, and then back to the top or bottom screen edge to make it horizontal again. Thereafter, if plasmashell is restarted, the problem returns. The problem is not seen with a vertical panel.
Can reproduce this at will when using a horizontal panel that's 40px thick or thicker. Does not reproduce with a panel of 38px thick or thinner.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/3538
Git commit 467d3215cc20985b6141e57c5d31961dd462ef7d by Nate Graham, on behalf of Bacteria Dev. Committed on 16/11/2023 at 17:10. Pushed by ngraham into branch 'master'. applets/digital-clock: Don't overlap adjacent widgets in horizontalPanel state The issue occurred because `sizehelper.contentWidth` does not provide the right width of the time component. So let's use `timeLabel.paintedWidth` that provides the right width of the time component. M +1 -1 applets/digital-clock/package/contents/ui/DigitalClock.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/467d3215cc20985b6141e57c5d31961dd462ef7d
*** Bug 481432 has been marked as a duplicate of this bug. ***