mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-04 00:01:19 -07: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
|
property var extruder_name: userChangesModel.getItem(styleData.row).extruder
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
||||||
|
anchors.right: parent.right
|
||||||
|
elide: Text.ElideRight
|
||||||
font: UM.Theme.getFont("system")
|
font: UM.Theme.getFont("system")
|
||||||
text:
|
text:
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue