diff options
| author | mmbyday <mmbyday@protonmail.com> | 2019-04-22 19:21:01 -0700 |
|---|---|---|
| committer | mmbyday <mmbyday@protonmail.com> | 2019-04-22 19:31:29 -0700 |
| commit | 7b7996dc66b65bf8e42315da13aa188c6a927282 (patch) | |
| tree | 07aa39a42a2ab932465afd8e11e1b71a27b4f9b0 /pages/AddressBook.qml | |
| parent | 10926644bfe049b3c7b1dcd9b274a3a79cfa1e94 (diff) | |
| download | monzero-gui-7b7996dc66b65bf8e42315da13aa188c6a927282.tar.gz monzero-gui-7b7996dc66b65bf8e42315da13aa188c6a927282.tar.xz monzero-gui-7b7996dc66b65bf8e42315da13aa188c6a927282.zip | |
qrcodescanner: update icon with font awesome
Diffstat (limited to 'pages/AddressBook.qml')
| -rw-r--r-- | pages/AddressBook.qml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/pages/AddressBook.qml b/pages/AddressBook.qml index 201e644c..19ff9c95 100644 --- a/pages/AddressBook.qml +++ b/pages/AddressBook.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2018, The Monero Project +// Copyright (c) 2014-2019, The Monero Project // // All rights reserved. // @@ -306,7 +306,10 @@ Rectangle { addressLine.text = clipboardText; } } - inlineButton.icon: "../images/qr.png" + inlineButton.text: FontAwesome.qrcode + inlineButton.fontPixelSize: 22 + inlineButton.fontFamily: FontAwesome.fontFamily + inlineButton.textColor: MoneroComponents.Style.defaultFontColor inlineButton.buttonColor: MoneroComponents.Style.orange inlineButton.onClicked: { cameraUi.state = "Capture" |
