mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 21:27:50 -06:00
Add noWrap to all labels in configurationMenu
CURA-8941
This commit is contained in:
parent
9acf35936b
commit
8cf9fe7941
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue