mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 05:09:06 +08:00
Merge pull request #4085 from Ultimaker/modify_compatibility_message
Modify the compatibility message to only use glue
This commit is contained in:
commit
1d860c51c5
@ -535,7 +535,7 @@ Column
|
||||
y: -Math.round(UM.Theme.getSize("sidebar_margin").height / 3)
|
||||
anchors.left: parent.left
|
||||
width: parent.width - materialCompatibilityLink.width
|
||||
text: catalog.i18nc("@label", "Use adhesion sheet or glue with this material combination")
|
||||
text: catalog.i18nc("@label", "Use glue with this material combination")
|
||||
font: UM.Theme.getFont("very_small")
|
||||
color: UM.Theme.getColor("text")
|
||||
visible: buildplateCompatibilityError || buildplateCompatibilityWarning
|
||||
|
Loading…
x
Reference in New Issue
Block a user