diff options
| author | xiphon <xiphon@protonmail.com> | 2019-11-13 08:02:19 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2019-11-13 08:10:49 +0000 |
| commit | e9cdaf4dbe1f0ec125390f3ce328c9d09adc4237 (patch) | |
| tree | 97c166c865d568134315d39e5b2b9264e4805c6b /components/LineEdit.qml | |
| parent | 7f7a39292c57f9b51090005d8a8e39297d988e0b (diff) | |
| download | monzero-gui-e9cdaf4dbe1f0ec125390f3ce328c9d09adc4237.tar.gz monzero-gui-e9cdaf4dbe1f0ec125390f3ce328c9d09adc4237.tar.xz monzero-gui-e9cdaf4dbe1f0ec125390f3ce328c9d09adc4237.zip | |
Transfer: convert and display entered amount in fiat currency
Diffstat (limited to 'components/LineEdit.qml')
| -rw-r--r-- | components/LineEdit.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/LineEdit.qml b/components/LineEdit.qml index 68e981fa..554140d9 100644 --- a/components/LineEdit.qml +++ b/components/LineEdit.qml @@ -53,6 +53,8 @@ Item { property alias inlineButtonText: inlineButtonId.text property alias inlineIcon: inlineIcon.visible property bool copyButton: false + property alias copyButtonText: copyButtonId.text + property alias copyButtonEnabled: copyButtonId.enabled property bool borderDisabled: false property string borderColor: { |
