From 6f7192bb12358b1995e2a84db155a0149d110717 Mon Sep 17 00:00:00 2001 From: selsta Date: Wed, 14 Apr 2021 21:30:42 +0200 Subject: [PATCH] Transfer: fix desktop icon style --- components/InlineButton.qml | 1 + pages/Transfer.qml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/components/InlineButton.qml b/components/InlineButton.qml index 9d6cba06..e493a67a 100644 --- a/components/InlineButton.qml +++ b/components/InlineButton.qml @@ -43,6 +43,7 @@ Item { property alias text: inlineText.text property alias fontPixelSize: inlineText.font.pixelSize property alias fontFamily: inlineText.font.family + property alias fontStyleName: inlineText.font.styleName property bool isFontAwesomeIcon: fontFamily == FontAwesome.fontFamily || fontFamily == FontAwesome.fontFamilySolid property alias buttonColor: rect.color diff --git a/pages/Transfer.qml b/pages/Transfer.qml index fc87b9b0..71b14788 100644 --- a/pages/Transfer.qml +++ b/pages/Transfer.qml @@ -273,7 +273,8 @@ Rectangle { } MoneroComponents.InlineButton { - fontFamily: FontAwesome.fontFamily + fontFamily: FontAwesome.fontFamilySolid + fontStyleName: "Solid" fontPixelSize: 18 text: FontAwesome.desktop onClicked: {