Index: sources/gui/qml/dialogs/NotificationDialog.qml =================================================================== diff -u -r57ea732311e6f4c746974f5a52316f63dec23ca8 -rbf9223700613ced6c377f3e3a7b4de8367c30474 --- sources/gui/qml/dialogs/NotificationDialog.qml (.../NotificationDialog.qml) (revision 57ea732311e6f4c746974f5a52316f63dec23ca8) +++ sources/gui/qml/dialogs/NotificationDialog.qml (.../NotificationDialog.qml) (revision bf9223700613ced6c377f3e3a7b4de8367c30474) @@ -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 @@ -110,7 +110,7 @@ } Rectangle { id: _descriptionRect - color : Colors.alarmDialog + color : Colors.offWhite clip : true anchors { @@ -165,7 +165,7 @@ delegate: Item { id: _delegateControl width : _listView.width - height : 73 + height : Variables.instructionHeight clip : true Rectangle { id: _stepRect