mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 09:19:03 +08:00
Elide setting name if it's too long
This keeps the text readable. Fixes #7926.
This commit is contained in:
parent
c7929fa053
commit
09298eac93
@ -80,6 +80,8 @@ UM.Dialog
|
||||
property var extruder_name: userChangesModel.getItem(styleData.row).extruder
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
||||
anchors.right: parent.right
|
||||
elide: Text.ElideRight
|
||||
font: UM.Theme.getFont("system")
|
||||
text:
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user