mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06: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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue