Index: sources/gui/qml/dialogs/NotificationDialog.qml =================================================================== diff -u -rd66feb12d37023f6f67672ff4acdb5abebdbff15 -r39a514158384c0ad4bfcfb90bafbaa4ca8dc5a26 --- sources/gui/qml/dialogs/NotificationDialog.qml (.../NotificationDialog.qml) (revision d66feb12d37023f6f67672ff4acdb5abebdbff15) +++ sources/gui/qml/dialogs/NotificationDialog.qml (.../NotificationDialog.qml) (revision 39a514158384c0ad4bfcfb90bafbaa4ca8dc5a26) @@ -213,17 +213,24 @@ } } - InteractiveImage { id: _figureImage - anchors { - right : parent.right - bottom : parent.bottom - bottomMargin : Variables.defaultMargin * 3 - + Image { id: _figureImage + anchors{ + right : parent.right + bottom : parent.bottom + bottomMargin: Variables.defaultMargin * 3 } - width : parent.width / 2 - height : _listView.height - } + // TODO TEST ON NEW DISPLAY AND ADD BACK IN +// InteractiveImage { id: _figureImage +// anchors { +// right : parent.right +// bottom : parent.bottom +// bottomMargin : Variables.defaultMargin * 3 + +// } +// width : parent.width / 2 +// height : _listView.height +// } } Rectangle { id: _timerRect