Index: sources/gui/qml/pages/UserConfirmation.qml =================================================================== diff -u -r88a09dc4b26cfdd5fd111d20adfb9cb60697186c -re7adb742d7dd362b2deb795259694b223eea3bc0 --- sources/gui/qml/pages/UserConfirmation.qml (.../UserConfirmation.qml) (revision 88a09dc4b26cfdd5fd111d20adfb9cb60697186c) +++ sources/gui/qml/pages/UserConfirmation.qml (.../UserConfirmation.qml) (revision e7adb742d7dd362b2deb795259694b223eea3bc0) @@ -162,8 +162,8 @@ color : Colors.textMain font.pixelSize : Fonts.fontPixelTitle anchors.horizontalCenter: parent.horizontalCenter - anchors.verticalCenter : parent.verticalCenter - anchors.verticalCenterOffset: Variables.defaultMargin * 5 * -1 + anchors.top : parent.top + anchors.topMargin : Variables.defaultMargin * 10 horizontalAlignment : Text.AlignHCenter verticalAlignment : Text.AlignVCenter }