mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-06 18:55:58 +08:00
update
This commit is contained in:
@ -237,6 +237,7 @@ Window {
|
||||
}
|
||||
Rectangle{
|
||||
anchors.fill: parent
|
||||
anchors.topMargin: 1/Screen.devicePixelRatio
|
||||
color:"transparent"
|
||||
border.width: window.resizeBorderWidth
|
||||
border.color: window.resizeBorderColor
|
||||
@ -249,15 +250,6 @@ Window {
|
||||
}
|
||||
return true
|
||||
}
|
||||
Rectangle{
|
||||
color: parent.border.color
|
||||
width: parent.width
|
||||
height: 1
|
||||
anchors{
|
||||
top: parent.top
|
||||
topMargin: 1
|
||||
}
|
||||
}
|
||||
}
|
||||
function destoryOnClose(){
|
||||
lifecycle.onDestoryOnClose()
|
||||
|
Reference in New Issue
Block a user