mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 01:13:32 +02:00
fixing sign up screen
This commit is contained in:
parent
707339dd2a
commit
5e82bc78b7
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ import stylesUit 1.0 as HifiStylesUit
|
|||
import TabletScriptingInterface 1.0
|
||||
|
||||
Item {
|
||||
z: -2
|
||||
id: signUpBody
|
||||
clip: true
|
||||
height: root.height
|
||||
|
@ -394,6 +395,7 @@ Item {
|
|||
}
|
||||
|
||||
MouseArea {
|
||||
z: -2
|
||||
anchors.fill: parent
|
||||
acceptedButtons: Qt.LeftButton
|
||||
onClicked: {
|
||||
|
|
Loading…
Reference in a new issue