mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-30 15:54:32 +08:00
Prevent text in configuration menu from spilling out of the menu
This commit is contained in:
parent
ddc43446e6
commit
5615ec82a3
@ -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…
x
Reference in New Issue
Block a user