This commit is contained in:
zhuzichu
2023-11-27 16:45:37 +08:00
parent 55a77eba4b
commit 8662eb97aa
6 changed files with 73 additions and 12 deletions

View File

@ -88,6 +88,20 @@ FluScrollablePage{
}
}
FluArea{
Layout.fillWidth: true
Layout.topMargin: 20
height: 50
paddings: 10
FluCheckBox{
text:"fitsAppBarWindows"
checked: window.fitsAppBarWindows
anchors.verticalCenter: parent.verticalCenter
onClicked: {
window.fitsAppBarWindows = !window.fitsAppBarWindows
}
}
}
FluArea{
Layout.fillWidth: true
@ -215,5 +229,4 @@ FluScrollablePage{
}
}
}
}