mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +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.visible = true
|
||||
|
||||
d.resize();
|
||||
}
|
||||
onHandleLoginCompleted: {
|
||||
bodyLoader.setSource("WelcomeBody.qml", { "welcomeBack": false })
|
||||
|
|
Loading…
Reference in a new issue