diff --git a/qmlpackages/desktop/contents/configuration/AppletConfiguration.qml b/qmlpackages/desktop/contents/configuration/AppletConfiguration.qml index eddd23761..232f14776 100644 --- a/qmlpackages/desktop/contents/configuration/AppletConfiguration.qml +++ b/qmlpackages/desktop/contents/configuration/AppletConfiguration.qml @@ -176,7 +176,7 @@ Rectangle { left: parent.left right: parent.right } - height: Math.max(pageScroll.height, currentItem.implicitHeight) + height: Math.max(pageScroll.height, currentItem != null ? currentItem.implicitHeight : 0) property string sourceFile Timer { id: pageSizeSync