mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
fixing error message spacing
This commit is contained in:
parent
3ad0f60dd5
commit
673c4ad434
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue