Index: sources/gui/qml/components/ConfirmButton.qml =================================================================== diff -u -r56e378f7504701b9e9a9dccaf205aef2fd52c58e -rc0c63c4b149dafea2b02e4cd31f223e392ff7818 --- sources/gui/qml/components/ConfirmButton.qml (.../ConfirmButton.qml) (revision 56e378f7504701b9e9a9dccaf205aef2fd52c58e) +++ sources/gui/qml/components/ConfirmButton.qml (.../ConfirmButton.qml) (revision c0c63c4b149dafea2b02e4cd31f223e392ff7818) @@ -21,19 +21,18 @@ TouchRect { id : _root width : 155 - height : 50 + height : 50 text { text: qsTr("CONFIRM") font.bold : true font.pixelSize: Fonts.fontPixelConfirm } - backgroundColor: Colors.backgroundButtonSelect + isDefault: true anchors { top : parent.top left : parent.left margins : 35 } - animated : true }