Index: sources/gui/qml/components/MainMenu.qml =================================================================== diff -u -r87ca1f6fca153e2ac05425d2dc5937d5a46ba206 -r3d2c141a2e3b2b9c302a9a3a36938504fcb9200b --- sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision 87ca1f6fca153e2ac05425d2dc5937d5a46ba206) +++ sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision 3d2c141a2e3b2b9c302a9a3a36938504fcb9200b) @@ -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