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