From d34751248603529ed2934403f19ebddc5f17e6f2 Mon Sep 17 00:00:00 2001 From: zhuzichu Date: Fri, 15 Dec 2023 18:17:17 +0800 Subject: [PATCH] update --- src/Qt5/imports/FluentUI/Controls/FluWindow.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Qt5/imports/FluentUI/Controls/FluWindow.qml b/src/Qt5/imports/FluentUI/Controls/FluWindow.qml index f3c70f93..1e28f079 100644 --- a/src/Qt5/imports/FluentUI/Controls/FluWindow.qml +++ b/src/Qt5/imports/FluentUI/Controls/FluWindow.qml @@ -237,7 +237,7 @@ Window { } Rectangle{ anchors.fill: parent - anchors.topMargin: 1/Screen.devicePixelRatio + anchors.topMargin: FluTools.isWin() ? 1/Screen.devicePixelRatio : 0 color:"transparent" border.width: window.resizeBorderWidth border.color: window.resizeBorderColor