aboutsummaryrefslogtreecommitdiff
path: root/components/InlineButton.qml
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2021-04-14 21:30:42 +0200
committerselsta <selsta@sent.at>2021-04-15 14:55:40 +0200
commit6f7192bb12358b1995e2a84db155a0149d110717 (patch)
tree985676e77650dc4753e8917821be91db1a7cb423 /components/InlineButton.qml
parent8444a9563e959fb8cac599b0178faae33eada25d (diff)
downloadmonzero-gui-6f7192bb12358b1995e2a84db155a0149d110717.tar.gz
monzero-gui-6f7192bb12358b1995e2a84db155a0149d110717.tar.xz
monzero-gui-6f7192bb12358b1995e2a84db155a0149d110717.zip
Transfer: fix desktop icon style
Diffstat (limited to 'components/InlineButton.qml')
-rw-r--r--components/InlineButton.qml1
1 files changed, 1 insertions, 0 deletions
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