mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 03:10:10 +08:00
update
This commit is contained in:
parent
c5aad9feed
commit
5e38493403
@ -201,7 +201,7 @@ Window {
|
|||||||
id:layout_content
|
id:layout_content
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: {
|
anchors.margins: {
|
||||||
if(FluTools.isWin()){
|
if(FluTools.isWin() && !window.useSystemAppBar){
|
||||||
return window.visibility === Window.Maximized ? 8 : 0
|
return window.visibility === Window.Maximized ? 8 : 0
|
||||||
}
|
}
|
||||||
return 0
|
return 0
|
||||||
|
@ -200,7 +200,7 @@ Window {
|
|||||||
id:layout_content
|
id:layout_content
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: {
|
anchors.margins: {
|
||||||
if(FluTools.isWin()){
|
if(FluTools.isWin() && !window.useSystemAppBar){
|
||||||
return window.visibility === Window.Maximized ? 8 : 0
|
return window.visibility === Window.Maximized ? 8 : 0
|
||||||
}
|
}
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user