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