mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
Merge branch '4.11' of github.com:Ultimaker/Cura
This commit is contained in:
commit
deab3fd32b
3 changed files with 10 additions and 6 deletions
|
@ -60,7 +60,7 @@ Cura.ExpandablePopup
|
|||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
|
||||
ColumnLayout
|
||||
Column
|
||||
{
|
||||
opacity: model.enabled ? 1 : UM.Theme.getColor("extruder_disabled").a
|
||||
spacing: 0
|
||||
|
@ -83,7 +83,7 @@ Cura.ExpandablePopup
|
|||
font: UM.Theme.getFont("default")
|
||||
color: UM.Theme.getColor("text")
|
||||
renderType: Text.NativeRendering
|
||||
Layout.preferredWidth: parent.width
|
||||
width: parent.width
|
||||
visible: !truncated
|
||||
}
|
||||
|
||||
|
@ -96,7 +96,7 @@ Cura.ExpandablePopup
|
|||
font: UM.Theme.getFont("default")
|
||||
color: UM.Theme.getColor("text")
|
||||
renderType: Text.NativeRendering
|
||||
Layout.preferredWidth: parent.width
|
||||
width: parent.width
|
||||
visible: !materialBrandColorTypeLabel.visible && !truncated
|
||||
}
|
||||
|
||||
|
@ -109,7 +109,7 @@ Cura.ExpandablePopup
|
|||
font: UM.Theme.getFont("default")
|
||||
color: UM.Theme.getColor("text")
|
||||
renderType: Text.NativeRendering
|
||||
Layout.preferredWidth: parent.width
|
||||
width: parent.width
|
||||
visible: !materialBrandColorTypeLabel.visible && !materialColorTypeLabel.visible
|
||||
}
|
||||
// Label that shows the name of the variant
|
||||
|
|
|
@ -167,6 +167,10 @@
|
|||
"new_icon": "Check",
|
||||
"size": "default"
|
||||
},
|
||||
"star": {
|
||||
"new_icon": "StarFilled",
|
||||
"size": "default"
|
||||
},
|
||||
"pencil": {
|
||||
"new_icon": "Pen",
|
||||
"size": "default"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue