Index: sources/gui/qml/components/HeaderBar.qml =================================================================== diff -u -r9b6a2029835c67d61267fad0483a22a916a5eb2f -r9f5f28d1d928963a9bad6b9b95ff93a81f1cca4b --- sources/gui/qml/components/HeaderBar.qml (.../HeaderBar.qml) (revision 9b6a2029835c67d61267fad0483a22a916a5eb2f) +++ sources/gui/qml/components/HeaderBar.qml (.../HeaderBar.qml) (revision 9f5f28d1d928963a9bad6b9b95ff93a81f1cca4b) @@ -58,7 +58,7 @@ _dryDemoDialog.open() } else { - _diagnosticsDialog.open() + // _diagnosticsDialog.open() } lastClickTime = 0 } 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 Index: sources/gui/qml/dialogs/AlarmDialog.qml =================================================================== diff -u -r60f7e69f5293422fbc2229bc2fb30fd75598a75a -r9f5f28d1d928963a9bad6b9b95ff93a81f1cca4b --- sources/gui/qml/dialogs/AlarmDialog.qml (.../AlarmDialog.qml) (revision 60f7e69f5293422fbc2229bc2fb30fd75598a75a) +++ sources/gui/qml/dialogs/AlarmDialog.qml (.../AlarmDialog.qml) (revision 9f5f28d1d928963a9bad6b9b95ff93a81f1cca4b) @@ -60,7 +60,7 @@ // TODO: disable doubleClicked later. this is only for diagnostic purpose when alarm dialog covers the entire screen. MouseArea { id: _minimizeArea anchors.fill : parent - onDoubleClicked : { if ( ! _root.minVisible ) _diagnosticsDialog.open() } + onDoubleClicked : { /*if ( ! _root.minVisible ) _diagnosticsDialog.open()*/ } } Text { id: _title