Created attachment 170779 [details] Distorted border In the new edit mode, the border that is displayed when you hover the mouse over buttons is distorted. See attached image for more information. Operating System: Manjaro Linux KDE Plasma Version: 6.1.0 KDE Frameworks Version: 6.3.0 Qt Version: 6.7.1 Kernel Version: 6.9.5-1-MANJARO (64-bit) Graphics Platform: Wayland
What are your scale factor and screen resolution?
(In reply to Nate Graham from comment #1) > What are your scale factor and screen resolution? This only happens on two laptops with 100% scale and 1366*768.
I can reproduce the issue. It's subtle on my 4k screen at 225% scale, but visibly present. I suspect when we scale down the desktop, we don't round it to pixels, causing blurriness. I see the icons are slightly blurry too, as reported in Bug 488919. Seems like two instances of the same root cause.
*** Bug 488919 has been marked as a duplicate of this bug. ***
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2355
Git commit 0c3d09285dfd01729b3bbef4b0e969ccda73f388 by Akseli Lahtinen. Committed on 02/07/2024 at 14:20. Pushed by akselmo into branch 'master'. Edit Mode: Fix for blurry icons A fix for blurry icons and elements in the edit mode. This makes sure the elements are always rounded to pixel size. M +14 -13 desktoppackage/contents/views/DesktopEditMode.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/0c3d09285dfd01729b3bbef4b0e969ccda73f388
Git commit 6626ad46caaaf8b5147fbdf1ddc539788f41f98e by Akseli Lahtinen. Committed on 02/07/2024 at 14:26. Pushed by akselmo into branch 'Plasma/6.1'. Edit Mode: Fix for blurry icons A fix for blurry icons and elements in the edit mode. This makes sure the elements are always rounded to pixel size. (cherry picked from commit 0c3d09285dfd01729b3bbef4b0e969ccda73f388) fa3295e1 Edit Mode: Potential fix for blurry icons 6665768a Fix position rounding 3914e8d9 Round all the things 1d6554d5 Set roundedRootWidth and height property, fix binding loop Co-authored-by: Akseli Lahtinen <akselmo@akselmo.dev> M +14 -13 desktoppackage/contents/views/DesktopEditMode.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/6626ad46caaaf8b5147fbdf1ddc539788f41f98e