https://bugs.kde.org/show_bug.cgi?id=382340

--- Comment #20 from xmaker...@gmail.com ---
I did some digging around trying to see what commit caused this issue.
I found out that this commit
https://cgit.kde.org/plasma-framework.git/commit/?id=eab4aa9909a62cce9b32555ed28d142569fb467f
started the issue.

and specially the removal of following lines from src/plasmaquick/dialog.cpp:
-    if (d->mainItem) {
-        d->syncToMainItemSize();
-    }
-
-    if (d->mainItemLayout) {
-        d->updateLayoutParameters();
-    }

from the function  void Dialog::componentComplete()
re-adding the following lines :
+    if (d->mainItem) {
+        d->syncToMainItemSize();
+    }
seems to resolve the issue

not really sure how this relate to what primary screen is set...(maybe some
other issue makes those lines necessary ?)
but after re-adding those lines Notifications are no longer 1px vertical line
regardless of what is the primary screen.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to