Fix labels overflowing for long state values

This commit is contained in:
Michael Zanetti 2019-05-13 19:05:33 +02:00
parent e61d8738fb
commit c5ee5b90ea

View File

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