diff options
Diffstat (limited to 'components')
| -rw-r--r-- | components/InlineButton.qml | 1 |
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 |
