Index: sources/gui/qml/components/ConfirmButton.qml =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r89426b2b3d45008f5e6cb19e0c7adef3a242ce36 --- sources/gui/qml/components/ConfirmButton.qml (.../ConfirmButton.qml) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/gui/qml/components/ConfirmButton.qml (.../ConfirmButton.qml) (revision 89426b2b3d45008f5e6cb19e0c7adef3a242ce36) @@ -20,7 +20,7 @@ import "qrc:/globals" TouchRect { id : _root - width : 155 + width : Variables.confirmButtonWidth height : 50 text { text: qsTr("CONFIRM")