This commit is contained in:
朱子楚\zhuzi
2023-05-09 19:52:35 +08:00
parent a14e502abd
commit 88cae89f31
5 changed files with 53 additions and 11 deletions

View File

@ -509,7 +509,7 @@ Item {
onClicked: {
d.enableNavigationPanel = !d.enableNavigationPanel
}
visible: Layout.preferredWidth !== 0
visible: d.isMinimal
Behavior on Layout.preferredWidth{
NumberAnimation{
duration: 167