From 53d3bc4f06eb8f4437b08c48ffff08d4ae793eac Mon Sep 17 00:00:00 2001 From: Ilya Kitaev Date: Tue, 4 Oct 2016 02:14:09 +0300 Subject: Receive page: display long address from the beginning in TextField --- components/LineEdit.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'components') diff --git a/components/LineEdit.qml b/components/LineEdit.qml index 296c0c98..2ebc6e0c 100644 --- a/components/LineEdit.qml +++ b/components/LineEdit.qml @@ -33,6 +33,7 @@ Item { property alias text: input.text property alias validator: input.validator property alias readOnly : input.readOnly + property alias cursorPosition: input.cursorPosition property int fontSize: 18 -- cgit v1.2.3