reverting login dialog stuff

This commit is contained in:
Wayne Chen 2018-10-09 16:29:56 -07:00
parent 60bbcc7fc3
commit 3488763d94
2 changed files with 1 additions and 8 deletions

View file

@ -86,8 +86,4 @@ Windows.ModalWindow {
}
}
/* Component.onCompleted: {
root.implicitWidth = Window.innerWidth;
root.implicitHeight = Window.innerHeight;
} */
}

View file

@ -334,10 +334,7 @@ Item {
root.keyboardEnabled = HMD.active;
root.keyboardRaised = Qt.binding( function() { return keyboardRaised; })
}
// d.resize();
print(root.width);
print(root.height);
d.resize();
if (failAfterSignUp) {
mainTextContainer.text = "Account created successfully."