From 9d81ace243bfe0304fc2b95ae1f27afc4a5eecc9 Mon Sep 17 00:00:00 2001 From: Mark <33107309+MarkBrosche@users.noreply.github.com> Date: Tue, 12 Feb 2019 09:45:51 -0800 Subject: [PATCH] Fixed MS21059: Avatar App Keyboard Raise in Desktop --- interface/resources/qml/hifi/avatarapp/Settings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/avatarapp/Settings.qml b/interface/resources/qml/hifi/avatarapp/Settings.qml index 39c48646d3..c59fe42608 100644 --- a/interface/resources/qml/hifi/avatarapp/Settings.qml +++ b/interface/resources/qml/hifi/avatarapp/Settings.qml @@ -21,7 +21,7 @@ Rectangle { HifiControlsUit.Keyboard { id: keyboard z: 1000 - raised: parent.keyboardEnabled && parent.keyboardRaised + raised: parent.keyboardEnabled && parent.keyboardRaised && HMD.active numeric: parent.punctuationMode anchors { left: parent.left