Index: sources/gui/qml/dialogs/NotificationDialog.qml =================================================================== diff -u -rf06b3645936db64dff09721cf625a6a8530e3f0a -rbea36be2766046e63c4e82539a630b5cee7ce1c6 --- sources/gui/qml/dialogs/NotificationDialog.qml (.../NotificationDialog.qml) (revision f06b3645936db64dff09721cf625a6a8530e3f0a) +++ 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 @@ -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