Created attachment 163503 [details] Example notification with long app name By notification header, I am talking about the part where app name is shown (refer to the attached screenshot for more clarity). Currently, the header lacks vertical padding. If the app name fits within a single line, then no problem is there. But if the app name spans multiple lines, then the lack of vertical padding looks very ugly. The header part should scale vertically with the text content, or the app name should be trimmed down to fit in a single line. STEPS TO REPRODUCE 1. Create a notification with a long app name. OBSERVED RESULT If the app name spans multiple lines, then the text touches the notification header boundaries, making it look ugly. EXPECTED RESULT Notification header should have vertical padding around the text. SOFTWARE/OS VERSIONS Linux/KDE Plasma: 6.1.62-1-lts KDE Plasma Version: 5.27.9 KDE Frameworks Version: 5.112.0 Qt Version: 5.15.11
This was changed in Plasma 6.3 to make the title elide instead of become a multi-line string, effectively fixing the issue.