Index: sources/gui/qml/components/MainMenu.qml =================================================================== diff -u -re28183bddebf7383c1bd113e7b8ef4ea11f494fb -r87ca1f6fca153e2ac05425d2dc5937d5a46ba206 --- sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision e28183bddebf7383c1bd113e7b8ef4ea11f494fb) +++ sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision 87ca1f6fca153e2ac05425d2dc5937d5a46ba206) @@ -148,7 +148,7 @@ } // hidden animation to hide the menu nicely. - Behavior on y { PropertyAnimation { /*duration: 500; easing.type: Easing.OutBounce*/ } } +// Behavior on y { PropertyAnimation { /*duration: 500; easing.type: Easing.OutBounce*/ } } onHiddenChanged: { if ( position === MainMenu.Position.Top ) { y = hidden ? - Variables.mainMenuHeight : 0