From 673c4ad434096a914480269c185c7599a9e1da7d Mon Sep 17 00:00:00 2001 From: Wayne Chen Date: Wed, 16 Jan 2019 17:22:00 -0800 Subject: [PATCH] fixing error message spacing --- interface/resources/qml/LoginDialog/CompleteProfileBody.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/LoginDialog/CompleteProfileBody.qml b/interface/resources/qml/LoginDialog/CompleteProfileBody.qml index 893c5f6e4e..a498370019 100644 --- a/interface/resources/qml/LoginDialog/CompleteProfileBody.qml +++ b/interface/resources/qml/LoginDialog/CompleteProfileBody.qml @@ -76,7 +76,7 @@ Item { width: parent.width height: loginErrorMessageTextMetrics.height anchors { - bottom: fields.top; + bottom: completeProfileBody.withOculus ? fields.top : buttons.top; bottomMargin: 1.5 * hifi.dimensions.contentSpacing.y; left: buttons.left; }