Fix labels overflowing for long state values
This commit is contained in:
parent
e61d8738fb
commit
c5ee5b90ea
@ -9,4 +9,5 @@ Label {
|
|||||||
property var value
|
property var value
|
||||||
text: value
|
text: value
|
||||||
horizontalAlignment: Text.AlignRight
|
horizontalAlignment: Text.AlignRight
|
||||||
|
elide: Text.ElideRight
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user