mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-03 15:51:12 -07: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
|
left: title.right
|
||||||
leftMargin: UM.Theme.getSize("default_margin").width
|
leftMargin: UM.Theme.getSize("default_margin").width
|
||||||
|
right: parent.right
|
||||||
}
|
}
|
||||||
height: parent.height
|
height: parent.height
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue