From 9bda1b66ff0b650f7da41258a1a3c0c395185825 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Wed, 24 Feb 2021 16:02:54 +0100 Subject: [PATCH] Remove call to an element that doesn't exist I imagine this was ported away from Loader but it's not anymore. --- .../panel/package/contents/ui/quicksettings/QuickSettings.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/containments/panel/package/contents/ui/quicksettings/QuickSettings.qml b/containments/panel/package/contents/ui/quicksettings/QuickSettings.qml index 06ec5fc3..54d11789 100644 --- a/containments/panel/package/contents/ui/quicksettings/QuickSettings.qml +++ b/containments/panel/package/contents/ui/quicksettings/QuickSettings.qml @@ -278,7 +278,6 @@ Item { //FIXME: why this is needed? width: flow.columnWidth - height: item ? item.implicitHeight : 0 Connections { target: delegateItem