Index: sources/gui/qml/components/ConfirmButton.qml =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r86e9dfbff50cb7e16fd94c16c1c818cef3b47eac --- sources/gui/qml/components/ConfirmButton.qml (.../ConfirmButton.qml) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/gui/qml/components/ConfirmButton.qml (.../ConfirmButton.qml) (revision 86e9dfbff50cb7e16fd94c16c1c818cef3b47eac) @@ -33,6 +33,6 @@ anchors { top : parent.top right : parent.right - margins : 35 + margins : Variables.headerButtonsMargin } }