From bd942659dfbeff0b0bb86b26f6b8e44cf4cff84b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E5=AD=90=E6=A5=9A=5Czhuzi?= Date: Thu, 21 Mar 2024 11:30:17 +0800 Subject: [PATCH] update --- src/Qt5/imports/FluentUI/Controls/FluWindowDialog.qml | 1 - src/Qt6/imports/FluentUI/Controls/FluWindowDialog.qml | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Qt5/imports/FluentUI/Controls/FluWindowDialog.qml b/src/Qt5/imports/FluentUI/Controls/FluWindowDialog.qml index 660e8bae..41137736 100644 --- a/src/Qt5/imports/FluentUI/Controls/FluWindowDialog.qml +++ b/src/Qt5/imports/FluentUI/Controls/FluWindowDialog.qml @@ -10,7 +10,6 @@ FluWindow { autoVisible: false autoCenter: false autoDestory: true - stayTop: true fixSize: true Loader{ anchors.fill: parent diff --git a/src/Qt6/imports/FluentUI/Controls/FluWindowDialog.qml b/src/Qt6/imports/FluentUI/Controls/FluWindowDialog.qml index 0ea79378..d62f707c 100644 --- a/src/Qt6/imports/FluentUI/Controls/FluWindowDialog.qml +++ b/src/Qt6/imports/FluentUI/Controls/FluWindowDialog.qml @@ -10,7 +10,6 @@ FluWindow { autoVisible: false autoCenter: false autoDestory: true - stayTop: true fixSize: true Loader{ anchors.fill: parent