Index: sources/gui/qml/dialogs/NotificationDialog.qml =================================================================== diff -u -r19acf57838bc97979052d626f3e05d46310b6335 -rac81e21684bfb1c72b8ef86bfeda04e174e5066e --- sources/gui/qml/dialogs/NotificationDialog.qml (.../NotificationDialog.qml) (revision 19acf57838bc97979052d626f3e05d46310b6335) +++ sources/gui/qml/dialogs/NotificationDialog.qml (.../NotificationDialog.qml) (revision ac81e21684bfb1c72b8ef86bfeda04e174e5066e) @@ -124,7 +124,7 @@ bottom : _timerRect.top } - AutoStepController { id: _autoStepControl + AutoStepController { id: _autoStepController anchors { left : parent.left leftMargin : Variables.defaultMargin * 4 @@ -135,17 +135,9 @@ onTriggered : _listView.currentIndex = (_listView.currentIndex + 1) % _listView.count } - HelpNotification { id: _infoItem - anchors { - left : _autoStepControl.right - leftMargin : Variables.defaultMargin * 2 - verticalCenter : _autoStepControl.verticalCenter - } - } - ListView {id: _listView anchors { - top : _infoItem.bottom + top : _autoStepController.bottom topMargin : Variables.defaultMargin * 3 bottom : parent.bottom left : parent.left