Prevent text in configuration menu from spilling out of the menu

This commit is contained in:
Jaime van Kessel 2022-02-10 10:45:51 +01:00
parent ddc43446e6
commit 5615ec82a3

View File

@ -195,6 +195,7 @@ Cura.ExpandablePopup
text: model.material_brand + " " + model.material_name
elide: Text.ElideRight
wrapMode: Text.NoWrap
width: parent.width
visible: !truncated
}