mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-16 15:00:11 +02:00
reverting login dialog stuff
This commit is contained in:
parent
60bbcc7fc3
commit
3488763d94
2 changed files with 1 additions and 8 deletions
|
@ -86,8 +86,4 @@ Windows.ModalWindow {
|
|||
}
|
||||
}
|
||||
|
||||
/* Component.onCompleted: {
|
||||
root.implicitWidth = Window.innerWidth;
|
||||
root.implicitHeight = Window.innerHeight;
|
||||
} */
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue