https://bugs.kde.org/show_bug.cgi?id=356754
Bug ID: 356754 Summary: Wrong notification position offset with vertical panel/taskbar Product: plasmashell Version: 5.5.0 Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Notifications Assignee: mklape...@kde.org Reporter: chrno-sphe...@hotmail.com CC: plasma-b...@kde.org I'm currently using the lower left/right corner to display the notifications, with my taskbar being on the left side of the screen. The notification appears about 3 cm above the lower border of the screen, meaning, if the panel was at the bottom of the screen, the offset of the notification would fit perfectly: - horizontal offset = 10px from the right edge - vertical offset = panel height + 10 px from the bottom edge Reproducible: Always Steps to Reproduce: 1. set panel with systray to left side of the screen 2. set notification position to bottom left/middle/right 3. trigger the notification Actual Results: notification is too far away from the bottom edge Expected Results: IMHO, for a vertical panel on the LEFT and notification on the RIGHT, it should be: - horizontal = 10px from right edge - vertical = 10px from bottom edge and for a vertical panel on the LEFT and notification on the LEFT, it should be: - horizontal = panel width + 10px from the left edge - vertical = 10px from the bottom edge and for a notification in the MIDDLE, it should be - horizontal = middle of the screen - vertical = 10px from the bottom edge The 10px is eyeballed. If possible, it would be nice to make the offsets configurable, so in addition to setting the corner, you could specify the x and y offsets as well. -- You are receiving this mail because: You are watching all bug changes.