Avoid the overlapping of text when the name is too long

Normally I happens in other languages other than English.
This commit is contained in:
Diego Prado Gesto 2018-12-10 15:48:59 +01:00
parent d318bb5c87
commit 4fc4aecf17

View file

@ -60,6 +60,7 @@ Cura.ExpandablePopup
{
left: title.right
leftMargin: UM.Theme.getSize("default_margin").width
right: parent.right
}
height: parent.height
elide: Text.ElideRight