diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-21 23:56:53 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:03 +0100 |
| commit | 6e794e3c50a5063d79cfe47a69d36d8005568921 (patch) | |
| tree | bb3f5aa0e64c54d3e17487a854a5bf5d8619a165 /components/LineEditMulti.qml | |
| parent | 7c0f704fbd9db39c0ae88349212cf19389b4f07e (diff) | |
| download | monzero-gui-6e794e3c50a5063d79cfe47a69d36d8005568921.tar.gz monzero-gui-6e794e3c50a5063d79cfe47a69d36d8005568921.tar.xz monzero-gui-6e794e3c50a5063d79cfe47a69d36d8005568921.zip | |
Redoing the Sign/Verify page
Diffstat (limited to 'components/LineEditMulti.qml')
| -rw-r--r-- | components/LineEditMulti.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/LineEditMulti.qml b/components/LineEditMulti.qml index dd5199d4..758755d0 100644 --- a/components/LineEditMulti.qml +++ b/components/LineEditMulti.qml @@ -35,7 +35,7 @@ ColumnLayout { id: lineditmulti property alias text: multiLine.text property alias placeholderText: placeholderLabel.text - property alias inputLabelText: inputLabel.text + property alias labelText: inputLabel.text property alias error: multiLine.error property alias readOnly: multiLine.readOnly property alias addressValidation: multiLine.addressValidation |
