mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Added ElideRight for the text which is out of boundaries
CURA-4692
This commit is contained in:
parent
1aebe32ba6
commit
43db2ee2f9
1 changed files with 2 additions and 0 deletions
|
|
@ -340,6 +340,8 @@ Item
|
||||||
text: catalog.i18nc("@label", "Print Speed")
|
text: catalog.i18nc("@label", "Print Speed")
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
|
width: parseInt(UM.Theme.getSize("sidebar").width * 0.35)
|
||||||
|
elide: Text.ElideRight
|
||||||
}
|
}
|
||||||
|
|
||||||
Label
|
Label
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue