From 14cf029ece69a2cc7e4928ecef917731a3fa98ee Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Sun, 7 Jul 2024 22:07:05 -0400 Subject: [PATCH] homescreens/folio: Fix widget config dialogs not having a background The original workaround was targeting modal backgrounds, not the actual dialog background too. --- .../folio/package/contents/ui/delegate/WidgetDelegateConfig.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/containments/homescreens/folio/package/contents/ui/delegate/WidgetDelegateConfig.qml b/containments/homescreens/folio/package/contents/ui/delegate/WidgetDelegateConfig.qml index b44b0c21..ba15ae8f 100644 --- a/containments/homescreens/folio/package/contents/ui/delegate/WidgetDelegateConfig.qml +++ b/containments/homescreens/folio/package/contents/ui/delegate/WidgetDelegateConfig.qml @@ -207,7 +207,6 @@ Item { title: i18n('Widget Options') // workaround: remove background so that it doesn't remain if the widget is deleted (and this is de-initialized without closing) - background: null QQC2.Overlay.modal: null // close parent dialog too