Index: sources/gui/qml/components/BackButton.qml =================================================================== diff -u -r73091a6f5717c0fc88e236c06c618ad361f30a3c -rc0c63c4b149dafea2b02e4cd31f223e392ff7818 --- sources/gui/qml/components/BackButton.qml (.../BackButton.qml) (revision 73091a6f5717c0fc88e236c06c618ad361f30a3c) +++ sources/gui/qml/components/BackButton.qml (.../BackButton.qml) (revision c0c63c4b149dafea2b02e4cd31f223e392ff7818) @@ -25,8 +25,8 @@ */ TouchRect { id : _root readonly property int margin: (_root.height - Variables.backIconDiameter) / 2 - width : 115 - height : 45 + width : 120 + height : 50 anchors { top : parent.top left : parent.left