Change input address placeholder from '4...' to '4.. / 8..'

This commit is contained in:
Sander Ferdinand
2018-04-23 01:26:11 +02:00
parent 60cefb3820
commit 3635b2f001
3 changed files with 4 additions and 3 deletions

View File

@@ -290,7 +290,7 @@ Rectangle {
labelText: qsTr("Address")
addressValidation: true
anchors.topMargin: 5 * scaleRatio
placeholderText: "4..."
placeholderText: "4.. / 8.."
}
}
}