mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
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:
parent
d318bb5c87
commit
4fc4aecf17
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue