Index: sources/gui/qml/dialogs/AlarmDialog.qml =================================================================== diff -u -rc1651f840faf3ed767fb19b76742b68401f96272 -r9f5f28d1d928963a9bad6b9b95ff93a81f1cca4b --- sources/gui/qml/dialogs/AlarmDialog.qml (.../AlarmDialog.qml) (revision c1651f840faf3ed767fb19b76742b68401f96272) +++ sources/gui/qml/dialogs/AlarmDialog.qml (.../AlarmDialog.qml) (revision 9f5f28d1d928963a9bad6b9b95ff93a81f1cca4b) @@ -1,6 +1,6 @@ // Qt import QtQuick 2.12 -import QtGraphicalEffects 1.12 +// import QtGraphicalEffects 1.12 // Project // Qml imports @@ -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 @@ -160,16 +160,16 @@ font.weight : Font.Medium } - layer.enabled : true - layer.effect : DropShadow { id: _dropShadow - horizontalOffset: 0 - verticalOffset : 3 - radius : 3.0 - samples : 7 - color : "#50000000" - source : _stepRect - anchors.fill : _stepRect - } + // layer.enabled : true + // layer.effect : DropShadow { id: _dropShadow + // horizontalOffset: 0 + // verticalOffset : 3 + // radius : 3.0 + // samples : 7 + // color : "#50000000" + // source : _stepRect + // anchors.fill : _stepRect + // } } Text { id: _delegateText