diff options
| author | dsc <xmrdsc@protonmail.com> | 2019-03-18 00:12:51 +0100 |
|---|---|---|
| committer | dsc <xmrdsc@protonmail.com> | 2019-04-08 21:28:51 +0200 |
| commit | 7611e826aa2be305e2bfcc22361deb4d03d76c8d (patch) | |
| tree | d1fd3396a5bf336cde2e66e4e3b7d28cf000e9a9 /components/LineEdit.qml | |
| parent | 98a7a9e66335c463b7a12d32f84bdf83ba75c925 (diff) | |
| download | monzero-gui-7611e826aa2be305e2bfcc22361deb4d03d76c8d.tar.gz monzero-gui-7611e826aa2be305e2bfcc22361deb4d03d76c8d.tar.xz monzero-gui-7611e826aa2be305e2bfcc22361deb4d03d76c8d.zip | |
History redesign
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 883066bf..c76f46f9 100644 --- a/components/LineEdit.qml +++ b/components/LineEdit.qml @@ -32,6 +32,7 @@ import "../components" as MoneroComponents Item { id: item + property alias input: input property alias text: input.text property alias placeholderText: placeholderLabel.text |
