Index: sources/gui/qml/components/ConfirmButton.qml =================================================================== diff -u -r56e378f7504701b9e9a9dccaf205aef2fd52c58e -r73091a6f5717c0fc88e236c06c618ad361f30a3c --- sources/gui/qml/components/ConfirmButton.qml (.../ConfirmButton.qml) (revision 56e378f7504701b9e9a9dccaf205aef2fd52c58e) +++ sources/gui/qml/components/ConfirmButton.qml (.../ConfirmButton.qml) (revision 73091a6f5717c0fc88e236c06c618ad361f30a3c) @@ -28,12 +28,11 @@ font.pixelSize: Fonts.fontPixelConfirm } - backgroundColor: Colors.backgroundButtonSelect + isDefault: true anchors { top : parent.top left : parent.left margins : 35 } - animated : true }