Created attachment 145668 [details] Screenshot SUMMARY Please see the screenshot. SOFTWARE/OS VERSIONS Linux/KDE Plasma: KDE Neon Unstable KDE Plasma Version: 5.24.80 KDE Frameworks Version: 5.91.0 Qt Version: 5.15.3 ADDITIONAL INFORMATION Scaling: 2.0 Wayland
The bug is somewhere on this line of code: https://invent.kde.org/plasma/plasma-workspace/-/blob/master/applets/notifications/package/contents/ui/NotificationPopup.qml#L124 That calculation worked for me, but I guess it wasn't universally applicable.
Git commit a4d20ab762ce39401cf1d3b24895453169ff38ab by Nate Graham. Committed on 29/03/2025 at 13:53. Pushed by ngraham into branch 'master'. applets/notifications: tighten internal spacings This restores the spacing seen in Plasma 6.2 and earlier, which accidentally got increased in the big code refactor for 6.3. Also fix a code error exposed by this change: a place where we were accidentally using a layout's horizontal spacing as a vertical offset elsewhere, instead of its vertical spacing. FIXED-IN: 6.3.4 M +1 -1 applets/notifications/package/contents/ui/delegates/BaseDelegate.qml M +1 -1 applets/notifications/package/contents/ui/delegates/DelegatePopup.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/a4d20ab762ce39401cf1d3b24895453169ff38ab