https://bugs.kde.org/show_bug.cgi?id=490582
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/-/commi | |t/347b4bf2fae390f858cdf780d | |35ea77fbc705ac2 Status|ASSIGNED |RESOLVED --- Comment #5 from Nate Graham <n...@kde.org> --- Git commit 347b4bf2fae390f858cdf780d35ea77fbc705ac2 by Nate Graham, on behalf of Arjen Hiemstra. Committed on 30/08/2024 at 20:02. Pushed by ngraham into branch 'master'. applets/notifications: Base popup width on content width This removes the fixed width constraint of notification popups, instead basing the width on its content width. It uses the old popup width as minimum width and allows the popup to expand to a maximum width that is currently defined as 3 * the minimum width, unless the screen is smaller in which case it will be limited to screen size. This allows the popup to better accomodate large or many actions. min max width M +3 -0 applets/notifications/package/contents/ui/NotificationItem.qml M +9 -1 applets/notifications/package/contents/ui/NotificationPopup.qml M +4 -6 applets/notifications/package/contents/ui/global/Globals.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/347b4bf2fae390f858cdf780d35ea77fbc705ac2 -- You are receiving this mail because: You are watching all bug changes.