https://bugs.kde.org/show_bug.cgi?id=457648
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.98 Latest Commit| |https://invent.kde.org/fram | |eworks/kcmutils/commit/746c | |d5e163b4f229e5bbb49169ac56e | |9b170ce83 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #3 from Nate Graham <n...@kde.org> --- Git commit 746cd5e163b4f229e5bbb49169ac56e9b170ce83 by Nate Graham. Committed on 09/08/2022 at 20:37. Pushed by ngraham into branch 'master'. KPluginSelector: Remove unnecessary background rect in About sheet It worsens text contrast and causes visual bugs because it's being set as the background of the entire Sheet rather than its content item, which makes it hide the sheet's nice rounded corners. We could fix that by setting it on the content item, removing internal padding from the Sheet itself, and then manually re-adding it in the content item, but that would be a lot of code to preserve something that has less than ideal text contrast anyway, so let's just kill two birds with one stone by removing the background color rectangle entirely. FIXED-IN: 5.98 M +0 -5 src/qml/components/KPluginSelector.qml https://invent.kde.org/frameworks/kcmutils/commit/746cd5e163b4f229e5bbb49169ac56e9b170ce83 -- You are receiving this mail because: You are watching all bug changes.