https://bugs.kde.org/show_bug.cgi?id=477963
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor --- Comment #2 from Nate Graham <n...@kde.org> --- It was the former. This diff fixes it: diff --git src/kcms/rules/ui/RulesEditor.qml src/kcms/rules/ui/RulesEditor.qml index 6fd2bc4f5f..87a29b9b40 100644 --- src/kcms/rules/ui/RulesEditor.qml +++ src/kcms/rules/ui/RulesEditor.qml @@ -170,8 +170,6 @@ KCM.ScrollViewKCM { Kirigami.OverlaySheet { id: propertySheet - parent: view - title: i18n("Add property to the rule") footer: Kirigami.SearchField { However it introduces some visual glitches into the OverlaySheet, so I guess I found the reason for the reparenting. :) I'll let Ismael take over from here and decide if this is the right solution, or if something else is needed. -- You are receiving this mail because: You are watching all bug changes.