Index: sources/gui/qml/components/BackButton.qml =================================================================== diff -u -rc0c63c4b149dafea2b02e4cd31f223e392ff7818 -r1a8e9578b27bb3877116675d0b2361ce4f5b5539 --- sources/gui/qml/components/BackButton.qml (.../BackButton.qml) (revision c0c63c4b149dafea2b02e4cd31f223e392ff7818) +++ sources/gui/qml/components/BackButton.qml (.../BackButton.qml) (revision 1a8e9578b27bb3877116675d0b2361ce4f5b5539) @@ -24,7 +24,7 @@ * \brief Denali project Back Button */ TouchRect { id : _root - readonly property int margin: (_root.height - Variables.backIconDiameter) / 2 + readonly property int margin: (_root.height - Variables.iconsDiameter) / 2 width : 120 height : 50 anchors { @@ -40,8 +40,8 @@ verticalCenter: parent.verticalCenter } - width : Variables.backIconDiameter - height: Variables.backIconDiameter + width : Variables.iconsDiameter + height: Variables.iconsDiameter source: "qrc:/images/iBack" }