From 041803ff5e617e9468bfcfea4d52417b05537c9c Mon Sep 17 00:00:00 2001 From: Christian Duvholt Date: Mon, 13 May 2024 19:38:05 +0200 Subject: [PATCH] Remove unnecessary childrenRect reference causing warnings --- plasmoid/contents/ui/configGeneral.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/plasmoid/contents/ui/configGeneral.qml b/plasmoid/contents/ui/configGeneral.qml index 47f355b..1493a1d 100644 --- a/plasmoid/contents/ui/configGeneral.qml +++ b/plasmoid/contents/ui/configGeneral.qml @@ -31,8 +31,6 @@ KCM.SimpleKCM { Kirigami.FormLayout { id: page - width: childrenRect.width - height: childrenRect.height ColumnLayout { Kirigami.FormData.label: i18n("Basic:")