Index: sources/gui/qml/components/ScreenItem.qml =================================================================== diff -u -r56e378f7504701b9e9a9dccaf205aef2fd52c58e -r0470ff6f209ff0c5089f8f0849b6da04f60f8f41 --- sources/gui/qml/components/ScreenItem.qml (.../ScreenItem.qml) (revision 56e378f7504701b9e9a9dccaf205aef2fd52c58e) +++ sources/gui/qml/components/ScreenItem.qml (.../ScreenItem.qml) (revision 0470ff6f209ff0c5089f8f0849b6da04f60f8f41) @@ -30,8 +30,14 @@ width : Variables.applicationWidth height : Variables.applicationHeight + BackButton { id : _backButton + onClicked: pop() + } + Rectangle { id: _backgroundRect anchors.fill: parent color: Colors.backgroundMain } + + }