diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-10-04 02:14:09 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-10-10 00:15:17 +0300 |
| commit | 53d3bc4f06eb8f4437b08c48ffff08d4ae793eac (patch) | |
| tree | c7f85304f49119573dccb88d58a05b2e4ec5bf8a /components | |
| parent | 5814c19962e713782ebf9c0dcb218058f697ab36 (diff) | |
| download | monzero-gui-53d3bc4f06eb8f4437b08c48ffff08d4ae793eac.tar.gz monzero-gui-53d3bc4f06eb8f4437b08c48ffff08d4ae793eac.tar.xz monzero-gui-53d3bc4f06eb8f4437b08c48ffff08d4ae793eac.zip | |
Receive page: display long address from the beginning in TextField
Diffstat (limited to 'components')
| -rw-r--r-- | components/LineEdit.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
