3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-26 21:55:25 +02:00

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;