mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 10:56:10 +08: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
@ -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…
x
Reference in New Issue
Block a user