mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix long materials title causes misalign.
CURA-7240
This commit is contained in:
parent
07569c6b88
commit
8d6cbdf673
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ Item
|
||||||
{
|
{
|
||||||
text: model.name
|
text: model.name
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
maximumLineCount: 1
|
||||||
|
elide: Text.ElideRight
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
font: UM.Theme.getFont("large_bold")
|
font: UM.Theme.getFont("large_bold")
|
||||||
color: pluginInfo.color
|
color: pluginInfo.color
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue