From 6e794e3c50a5063d79cfe47a69d36d8005568921 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Wed, 21 Mar 2018 23:56:53 +0100 Subject: Redoing the Sign/Verify page --- components/LineEditMulti.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/LineEditMulti.qml') 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 -- cgit v1.2.3