fixing sign up screen

This commit is contained in:
Wayne Chen 2018-11-29 20:17:18 -08:00
parent 707339dd2a
commit 5e82bc78b7

View file

@ -18,6 +18,7 @@ import stylesUit 1.0 as HifiStylesUit
import TabletScriptingInterface 1.0 import TabletScriptingInterface 1.0
Item { Item {
z: -2
id: signUpBody id: signUpBody
clip: true clip: true
height: root.height height: root.height
@ -394,6 +395,7 @@ Item {
} }
MouseArea { MouseArea {
z: -2
anchors.fill: parent anchors.fill: parent
acceptedButtons: Qt.LeftButton acceptedButtons: Qt.LeftButton
onClicked: { onClicked: {