1
0
mirror of https://github.com/zhuzichu520/FluentUI.git synced 2025-03-10 22:07:30 +08:00
This commit is contained in:
zhuzihcu 2023-04-28 23:44:32 +08:00
parent 4222597ef0
commit 86fa76edee
2 changed files with 1 additions and 8 deletions
example/qml/page
src/imports/FluentUI/Controls

@ -83,12 +83,5 @@ FluContentPage {
textSize = value/100*6+FluTheme.textSize
}
}
}
}

@ -581,7 +581,7 @@ Item {
MouseArea{
anchors.fill: parent
enabled: d.isMinimalAndPanel||d.isCompactAndPanel
visible: d.isMinimalAndPanel||d.isCompactAndPanel
onClicked: {
d.enableNavigationPanel = false
}