Merge PR #188: Fix labels overflowing for long state values

This commit is contained in:
Jenkins 2019-05-18 02:38:40 +02:00
commit 854246dd54

View File

@ -9,4 +9,5 @@ Label {
property var value
text: value
horizontalAlignment: Text.AlignRight
elide: Text.ElideRight
}