diff options
Diffstat (limited to 'components')
| -rw-r--r-- | components/Label.qml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
