Index: sources/gui/qml/components/ModalDialog.qml =================================================================== diff -u -r60f7e69f5293422fbc2229bc2fb30fd75598a75a -r9f5f28d1d928963a9bad6b9b95ff93a81f1cca4b --- sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision 60f7e69f5293422fbc2229bc2fb30fd75598a75a) +++ sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision 9f5f28d1d928963a9bad6b9b95ff93a81f1cca4b) @@ -48,8 +48,8 @@ x: Math.round((Variables.applicationWidth - width) / 2) y: Math.round((Variables.applicationHeight - height) / 2) - enter: Transition { NumberAnimation { property: "scale"; from: 0.8; to: 1.0; duration: 200; easing.type: Easing.OutCubic } } - exit : Transition { NumberAnimation { property: "scale"; from: 1.0; to: 0.8; duration: 200; easing.type: Easing.InCubic } } + // enter: Transition { NumberAnimation { property: "scale"; from: 0.8; to: 1.0; duration: 200; easing.type: Easing.OutCubic } } + // exit : Transition { NumberAnimation { property: "scale"; from: 1.0; to: 0.8; duration: 200; easing.type: Easing.InCubic } } modal: true