Pal: Moved keyboard tray to be flush with bottom of window.

This commit is contained in:
Anthony J. Thibault 2017-02-08 18:16:48 -08:00
parent 7cc3079328
commit 090f632189

View file

@ -426,6 +426,8 @@ Rectangle {
onExited: adminHelpText.color = hifi.colors.redHighlight
}
}
}
HifiControls.Keyboard {
id: keyboard
raised: myCard.currentlyEditingDisplayName && HMD.active
@ -436,7 +438,7 @@ Rectangle {
right: parent.right
}
}
}
// Timer used when selecting table rows that aren't yet present in the model
// (i.e. when selecting avatars using edit.js or sphere overlays)
Timer {