kcm/rules: Fix OverlaySheet shadow coverage

Do not reparent the OverlaySheet's parent and let it be the
whole page, so that the shadow darkening also covers the empty
space below the view and the placeholder message

BUG: 477963
FIXED-IN: 5.91.0 (Beta2)
wilder/Plasma/6.2
Ismael Asensio 2 years ago
parent 0527d301dd
commit c16a5e355f
  1. 2
      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 {

Loading…
Cancel
Save