From bd809abc52cc8d312c0023cfc9ae2d14e191d0b5 Mon Sep 17 00:00:00 2001 From: selsta Date: Mon, 14 Jan 2019 13:25:59 +0100 Subject: add account support Co-authored-by: kenshi84 --- components/Label.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components') diff --git a/components/Label.qml b/components/Label.qml index 1edc14e8..05c65da6 100644 --- a/components/Label.qml +++ b/components/Label.qml @@ -44,6 +44,8 @@ Item { property alias wrapMode: label.wrapMode property alias horizontalAlignment: label.horizontalAlignment property alias hoveredLink: label.hoveredLink + property alias elide: label.elide + property alias textWidth: label.width signal linkActivated() height: label.height * scaleRatio width: label.width * scaleRatio -- cgit v1.2.3