aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-02-01 01:04:38 -0600
committerluigi1111 <luigi1111w@gmail.com>2019-02-01 01:04:38 -0600
commit10d8fc01ea1ed6b60b04943138a0c2cbeef62d9c (patch)
tree839b023db51da6aadd95e5beef2a38f5d59a4b1c /components
parent443e9c260ddfbcea88166133049540aebdd4f477 (diff)
parentbd809abc52cc8d312c0023cfc9ae2d14e191d0b5 (diff)
downloadmonzero-gui-10d8fc01ea1ed6b60b04943138a0c2cbeef62d9c.tar.gz
monzero-gui-10d8fc01ea1ed6b60b04943138a0c2cbeef62d9c.tar.xz
monzero-gui-10d8fc01ea1ed6b60b04943138a0c2cbeef62d9c.zip
Merge pull request #1905
bd809ab add account support (selsta)
Diffstat (limited to 'components')
-rw-r--r--components/Label.qml2
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