Index: sources/gui/qml/dialogs/NotificationDialog.qml =================================================================== diff -u -r16a8f25568b4636ebc31e76c86a8031940cc4ad7 -rbea36be2766046e63c4e82539a630b5cee7ce1c6 --- sources/gui/qml/dialogs/NotificationDialog.qml (.../NotificationDialog.qml) (revision 16a8f25568b4636ebc31e76c86a8031940cc4ad7) +++ sources/gui/qml/dialogs/NotificationDialog.qml (.../NotificationDialog.qml) (revision bea36be2766046e63c4e82539a630b5cee7ce1c6) @@ -73,7 +73,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 ) _sdcProgressItem.doubleClicked() } // call the sdcard.double click to pop the DiagnosticsDialog + onDoubleClicked : { if ( ! _root.minVisible ) _diagnosticsDialog.open() } } Text { id: _title @@ -165,7 +165,7 @@ delegate: Item { id: _delegateControl width : _listView.width - height : 73 + height : Variables.instructionHeight clip : true Rectangle { id: _stepRect