Index: sources/gui/qml/components/BackButton.qml =================================================================== diff -u -r56e378f7504701b9e9a9dccaf205aef2fd52c58e -r73091a6f5717c0fc88e236c06c618ad361f30a3c --- sources/gui/qml/components/BackButton.qml (.../BackButton.qml) (revision 56e378f7504701b9e9a9dccaf205aef2fd52c58e) +++ sources/gui/qml/components/BackButton.qml (.../BackButton.qml) (revision 73091a6f5717c0fc88e236c06c618ad361f30a3c) @@ -25,8 +25,6 @@ */ TouchRect { id : _root readonly property int margin: (_root.height - Variables.backIconDiameter) / 2 - backgroundColor: "Transparent" - animated : true width : 115 height : 45 anchors {