This commit is contained in:
zhuzichu 2023-12-15 18:17:17 +08:00
parent 136e2c72af
commit d347512486

View File

@ -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