mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06:00
Prevent text in configuration menu from spilling out of the menu
This commit is contained in:
parent
ddc43446e6
commit
5615ec82a3
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ Cura.ExpandablePopup
|
||||||
|
|
||||||
text: model.material_brand + " " + model.material_name
|
text: model.material_brand + " " + model.material_name
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
wrapMode: Text.NoWrap
|
||||||
width: parent.width
|
width: parent.width
|
||||||
visible: !truncated
|
visible: !truncated
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue