mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-25 04:18:45 +02:00
Move signUpContainer closer to loginContainer
This commit is contained in:
parent
3da755fb95
commit
41563b14a8
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ Item {
|
||||||
anchors {
|
anchors {
|
||||||
left: loginContainer.left
|
left: loginContainer.left
|
||||||
top: loginContainer.bottom
|
top: loginContainer.bottom
|
||||||
topMargin: 0.15 * parent.height
|
topMargin: 0.10 * parent.height
|
||||||
}
|
}
|
||||||
TextMetrics {
|
TextMetrics {
|
||||||
id: signUpTextMetrics
|
id: signUpTextMetrics
|
||||||
|
|
Loading…
Reference in a new issue