From 6df9e584b38918eeb388a4a9e728408ca795089a Mon Sep 17 00:00:00 2001 From: selsta Date: Thu, 5 Sep 2019 00:22:17 +0200 Subject: fontawesome: fix regular/solid font style --- components/Label.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'components/Label.qml') diff --git a/components/Label.qml b/components/Label.qml index bc9ecd34..8437dbf6 100644 --- a/components/Label.qml +++ b/components/Label.qml @@ -45,6 +45,7 @@ Item { property alias horizontalAlignment: label.horizontalAlignment property alias elide: label.elide property alias textWidth: label.width + property alias styleName: label.font.styleName property alias themeTransition: label.themeTransition signal linkActivated() height: label.height -- cgit v1.2.3