Index: sources/gui/qml/components/BackButton.qml =================================================================== diff -u -r56e378f7504701b9e9a9dccaf205aef2fd52c58e -rc0c63c4b149dafea2b02e4cd31f223e392ff7818 --- sources/gui/qml/components/BackButton.qml (.../BackButton.qml) (revision 56e378f7504701b9e9a9dccaf205aef2fd52c58e) +++ sources/gui/qml/components/BackButton.qml (.../BackButton.qml) (revision c0c63c4b149dafea2b02e4cd31f223e392ff7818) @@ -25,10 +25,8 @@ */ TouchRect { id : _root readonly property int margin: (_root.height - Variables.backIconDiameter) / 2 - backgroundColor: "Transparent" - animated : true - width : 115 - height : 45 + width : 120 + height : 50 anchors { top : parent.top left : parent.left