Index: sources/gui/qml/components/ConfirmButton.qml =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -r8e9ab09c145174b7912fc13f0ea906572a45ad9c --- sources/gui/qml/components/ConfirmButton.qml (.../ConfirmButton.qml) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/qml/components/ConfirmButton.qml (.../ConfirmButton.qml) (revision 8e9ab09c145174b7912fc13f0ea906572a45ad9c) @@ -23,9 +23,9 @@ width : Variables.confirmButtonWidth height : 50 text { - text: qsTr("CONFIRM") - font.bold : true + text: qsTr("Confirm") font.pixelSize: Fonts.fontPixelConfirm + font.weight : Font.Medium } isDefault: true