Index: sources/gui/qml/components/MainMenu.qml =================================================================== diff -u -rf8e37a0cbb537edceebee7a7c5f2676f497d1e26 -r0808e668ca656c86185c3fa69e4a70dbdb4192c9 --- sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision f8e37a0cbb537edceebee7a7c5f2676f497d1e26) +++ sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision 0808e668ca656c86185c3fa69e4a70dbdb4192c9) @@ -117,10 +117,5 @@ } } } - Behavior on anchors.bottomMargin { PropertyAnimation { /*duration: 500; easing.type: Easing.OutBounce*/ } } - - onHiddenChanged: { - let isHidden = hidden || disable - _root.anchors.bottomMargin = isHidden ? -height: 0 - } + Behavior on anchors.bottomMargin { PropertyAnimation { } } }