mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 15:19:00 +08:00
Add noWrap to all labels in configurationMenu
CURA-8941
This commit is contained in:
parent
9acf35936b
commit
8cf9fe7941
@ -207,6 +207,7 @@ Cura.ExpandablePopup
|
||||
text: model.material_name
|
||||
elide: Text.ElideRight
|
||||
width: parent.width
|
||||
wrapMode: Text.NoWrap
|
||||
visible: !materialBrandNameLabel.visible && !truncated
|
||||
}
|
||||
|
||||
@ -217,6 +218,7 @@ Cura.ExpandablePopup
|
||||
text: model.material_type
|
||||
elide: Text.ElideRight
|
||||
width: parent.width
|
||||
wrapMode: Text.NoWrap
|
||||
visible: !materialBrandNameLabel.visible && !materialNameLabel.visible
|
||||
}
|
||||
// Label that shows the name of the variant
|
||||
@ -228,6 +230,7 @@ Cura.ExpandablePopup
|
||||
|
||||
text: model.variant
|
||||
elide: Text.ElideRight
|
||||
wrapMode: Text.NoWrap
|
||||
font: UM.Theme.getFont("default_bold")
|
||||
Layout.preferredWidth: parent.width
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user