diff options
| author | selsta <selsta@sent.at> | 2019-01-14 13:25:59 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-01-22 23:07:30 +0100 |
| commit | bd809abc52cc8d312c0023cfc9ae2d14e191d0b5 (patch) | |
| tree | 0fa88add33f5c5aea7ebd492ce32f3a03ae07a40 /components | |
| parent | 9689fff957ba994b619a2a7fb881598a997f66c2 (diff) | |
| download | monzero-gui-bd809abc52cc8d312c0023cfc9ae2d14e191d0b5.tar.gz monzero-gui-bd809abc52cc8d312c0023cfc9ae2d14e191d0b5.tar.xz monzero-gui-bd809abc52cc8d312c0023cfc9ae2d14e191d0b5.zip | |
add account support
Co-authored-by: kenshi84 <kenshi84@protonmail.ch>
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 |
