aboutsummaryrefslogtreecommitdiff
path: root/pages/TxKey.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-03-24 20:48:19 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:04 +0100
commitc001e312410efe8f883bb5163e5554d84126c034 (patch)
treeac37a3679b9e15f2b558ea2438d60c1caf759b41 /pages/TxKey.qml
parent3f9926487d37e5338ac6490fc81fdcf35caa708d (diff)
downloadmonzero-gui-c001e312410efe8f883bb5163e5554d84126c034.tar.gz
monzero-gui-c001e312410efe8f883bb5163e5554d84126c034.tar.xz
monzero-gui-c001e312410efe8f883bb5163e5554d84126c034.zip
Fixes runtime QML warning
Diffstat (limited to 'pages/TxKey.qml')
-rw-r--r--pages/TxKey.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/TxKey.qml b/pages/TxKey.qml
index febcb31b..7432aee2 100644
--- a/pages/TxKey.qml
+++ b/pages/TxKey.qml
@@ -71,7 +71,7 @@ Rectangle {
"For the case of outgoing payments, you can get a 'Spend Proof' that proves the authorship of a transaction. In this case, you don't need to specify the recipient address.") + translationManager.emptyString
wrapMode: Text.Wrap
Layout.fillWidth: true
- font.family: Style.fontRegular
+ font.family: Style.fontRegular.name
font.pixelSize: 14 * scaleRatio
color: Style.defaultFontColor
}
@@ -145,7 +145,7 @@ Rectangle {
"For the case with Spend Proof, you don't need to specify the recipient address.") + translationManager.emptyString
wrapMode: Text.Wrap
Layout.fillWidth: true
- font.family: Style.fontRegular
+ font.family: Style.fontRegular.name
font.pixelSize: 14 * scaleRatio
color: Style.defaultFontColor
}
@@ -228,7 +228,7 @@ Rectangle {
text: qsTr("If a payment had several transactions then each must be checked and the results combined.") + translationManager.emptyString
wrapMode: Text.Wrap
Layout.fillWidth: true
- font.family: Style.fontRegular
+ font.family: Style.fontRegular.name
font.pixelSize: 14 * scaleRatio
color: Style.defaultFontColor
}