https://bugs.kde.org/show_bug.cgi?id=424228
Bug ID: 424228 Summary: The search field has stopped displaying a frame when it has input focus Product: frameworks-plasma Version: 5.72.0 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: components Assignee: notm...@gmail.com Reporter: popov...@ukr.net CC: plasma-b...@kde.org Target Milestone: --- Created attachment 130137 --> https://bugs.kde.org/attachment.cgi?id=130137&action=edit Search field SUMMARY After one of the latest updates the search field has stopped displaying a frame when it has input focus. It seems that it appeared after updating to Frameworks 5.72 but I'm not sure. After some investigation I found that removing the code below fixes this issue for me: > Layout.maximumHeight: Kirigami.Units.iconSizes.smallMedium + > Kirigami.Units.smallSpacing * 2 https://invent.kde.org/plasma/systemsettings/-/blob/master/sidebar/package/contents/ui/CategoriesPage.qml#L64 The problem is that I use "Force font DPI" only (from "System Settings" > "Fonts" > "Fonts"). If I switch to use global DPI scaling (from "System Settings" > "Display and Monitor" > "Display Configuration"), the issue no longer exists. SOFTWARE/OS VERSIONS Linux/KDE Plasma: KDE neon 5.19 User Edition KDE Plasma Version: 5.19.3 KDE Frameworks Version: 5.72.0 Qt Version: 5.14.2 -- You are receiving this mail because: You are watching all bug changes.