mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -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
|
||||
elide: Text.ElideRight
|
||||
wrapMode: Text.NoWrap
|
||||
width: parent.width
|
||||
visible: !truncated
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue