Remove default focus on text fields

This commit is contained in:
Brad Davis 2016-06-30 15:22:13 -07:00
parent 167cb72a0e
commit 14784a6088

View file

@ -125,7 +125,6 @@ Rectangle {
TextField {
id: addressLine
focus: true
anchors {
left: parent.left; right: parent.right;
top: row.bottom; margins: 16;