mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 00:16:39 +02:00
resize the sign up dialog when showing errors
This commit is contained in:
parent
a0663bdf31
commit
5111256a9e
1 changed files with 2 additions and 0 deletions
|
@ -264,6 +264,8 @@ Item {
|
||||||
|
|
||||||
mainTextContainer.text = errorString
|
mainTextContainer.text = errorString
|
||||||
mainTextContainer.visible = true
|
mainTextContainer.visible = true
|
||||||
|
|
||||||
|
d.resize();
|
||||||
}
|
}
|
||||||
onHandleLoginCompleted: {
|
onHandleLoginCompleted: {
|
||||||
bodyLoader.setSource("WelcomeBody.qml", { "welcomeBack": false })
|
bodyLoader.setSource("WelcomeBody.qml", { "welcomeBack": false })
|
||||||
|
|
Loading…
Reference in a new issue