diff options
Diffstat (limited to 'Home/Default/Card.ui.qml')
-rw-r--r-- | Home/Default/Card.ui.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Home/Default/Card.ui.qml b/Home/Default/Card.ui.qml index ecaafbf..676540d 100644 --- a/Home/Default/Card.ui.qml +++ b/Home/Default/Card.ui.qml @@ -20,6 +20,7 @@ Item { property color badgeBackgroundColor: "#1a6f42c1" property alias favorite: favorite property string titleText: "Build Responsive Websites with HTML" + property int titleHeading: 5 property alias titleArea: titleArea property string truncatedText: "Far advanced settling say finished raillery. Offered chiefly farther" property bool truncatedVisible: true @@ -141,7 +142,7 @@ Item { id: title text: titleText wrapMode: Label.Wrap - Bootstrap.heading: 5 + Bootstrap.heading: titleHeading color: Eduport.bsCardTitleColor Layout.fillWidth: true Layout.bottomMargin: 8 |