resize the sign up dialog when showing errors

This commit is contained in:
Stephen Birarda 2016-12-12 13:04:14 -08:00
parent a0663bdf31
commit 5111256a9e

View file

@ -264,6 +264,8 @@ Item {
mainTextContainer.text = errorString
mainTextContainer.visible = true
d.resize();
}
onHandleLoginCompleted: {
bodyLoader.setSource("WelcomeBody.qml", { "welcomeBack": false })