fixing error message spacing

This commit is contained in:
Wayne Chen 2019-01-16 17:22:00 -08:00
parent 3ad0f60dd5
commit 673c4ad434

View file

@ -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;
}