Merge PR #188: Fix labels overflowing for long state values
This commit is contained in:
commit
854246dd54
@ -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