aboutsummaryrefslogtreecommitdiff
path: root/components/InlineButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/InlineButton.qml')
-rw-r--r--components/InlineButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/InlineButton.qml b/components/InlineButton.qml
index 5871a8ff..c7c68bac 100644
--- a/components/InlineButton.qml
+++ b/components/InlineButton.qml
@@ -51,7 +51,7 @@ Item {
property int rectHMargin: small ? 16 * scaleRatio : 22 * scaleRatio
property alias text: inlineText.text
property alias fontPixelSize: inlineText.font.pixelSize
- property alias fontFamily: inlineText.font
+ property alias fontFamily: inlineText.font.family
property alias buttonColor: rect.color
signal clicked()