mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 11:17:15 +08:00
update
This commit is contained in:
parent
136e2c72af
commit
d347512486
@ -237,7 +237,7 @@ Window {
|
|||||||
}
|
}
|
||||||
Rectangle{
|
Rectangle{
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.topMargin: 1/Screen.devicePixelRatio
|
anchors.topMargin: FluTools.isWin() ? 1/Screen.devicePixelRatio : 0
|
||||||
color:"transparent"
|
color:"transparent"
|
||||||
border.width: window.resizeBorderWidth
|
border.width: window.resizeBorderWidth
|
||||||
border.color: window.resizeBorderColor
|
border.color: window.resizeBorderColor
|
||||||
|
Loading…
Reference in New Issue
Block a user