diff --git a/examples/quickcontrols/attachedstyleproperties/attachedstyleproperties.qml b/examples/quickcontrols/attachedstyleproperties/attachedstyleproperties.qml index e08e19801f..d1674d05e8 100644 --- a/examples/quickcontrols/attachedstyleproperties/attachedstyleproperties.qml +++ b/examples/quickcontrols/attachedstyleproperties/attachedstyleproperties.qml @@ -1,4 +1,4 @@ -// Copyright (C) 2022 The Qt Company Ltd. +// Copyright (C) 2023 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause import QtQuick @@ -65,8 +65,8 @@ ApplicationWindow { Popup { id: popup - dim: true anchors.centerIn: parent + closePolicy: Popup.NoAutoClose ColumnLayout { anchors.centerIn: parent