matank created this revision. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: Frameworks.
REVISION SUMMARY https://phabricator.kde.org/R242:eab4aa9909a62cce9b32555ed28d142569fb467f introduces a bug where notifications will show up as 1 pixel line if the primary screen is the most left one BUG 382340 The bug is casued by the removal of The following lines : if (d->mainItem) { d->syncToMainItemSize(); adding back the following lines fixes the issue } Adding them back solves the issue REPOSITORY R242 Plasma Framework (Library) BRANCH master REVISION DETAIL https://phabricator.kde.org/D7071 AFFECTED FILES src/plasmaquick/dialog.cpp To: matank Cc: #frameworks