diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-03-03 16:14:33 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-03-03 16:14:33 +0200 |
| commit | 5b1588b077cd58a38de0dbf387d64cac295c343d (patch) | |
| tree | 7a08cae499f94f02a352ddee73fce341af673d3c /components/LineEdit.qml | |
| parent | e826f7c1ecdcdc1e588e67b07278f7433cd867eb (diff) | |
| parent | 00aa23162c3300dfce19fc995e0eed0296e73a62 (diff) | |
| download | monzero-gui-5b1588b077cd58a38de0dbf387d64cac295c343d.tar.gz monzero-gui-5b1588b077cd58a38de0dbf387d64cac295c343d.tar.xz monzero-gui-5b1588b077cd58a38de0dbf387d64cac295c343d.zip | |
Merge pull request #494
00aa231 Daemon rpc login support requires #1803 (Jaquee)
Diffstat (limited to 'components/LineEdit.qml')
| -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 1d83e617..3760fd2a 100644 --- a/components/LineEdit.qml +++ b/components/LineEdit.qml @@ -35,6 +35,7 @@ Item { property alias validator: input.validator property alias readOnly : input.readOnly property alias cursorPosition: input.cursorPosition + property alias echoMode: input.echoMode property int fontSize: 18 property bool error: false signal editingFinished() |
