qrcodescanner: update icon with font awesome

This commit is contained in:
mmbyday
2019-04-22 19:21:01 -07:00
parent 10926644bf
commit 7b7996dc66
7 changed files with 18 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2014-2015, The Monero Project
// Copyright (c) 2014-2019, The Monero Project
//
// All rights reserved.
//
@@ -201,8 +201,7 @@ ColumnLayout {
visible: (inlineButtonId.text || inlineButtonId.icon) && inlineButtonVisible ? true : false
anchors.right: parent.right
anchors.rightMargin: 8 * scaleRatio
anchors.top: parent.top
anchors.topMargin: 4 * scaleRatio
anchors.verticalCenter: parent.verticalCenter
}
}
}