mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 22:39:06 +08:00
CURA-5250 Add color to the text so it also works fine with other themes.
This commit is contained in:
parent
5567d6f168
commit
f003adeb1e
@ -527,6 +527,7 @@ Column
|
|||||||
width: parent.width - materialCompatibilityLink.width
|
width: parent.width - materialCompatibilityLink.width
|
||||||
text: catalog.i18nc("@label", "Use adhesion sheet or glue with this material combination")
|
text: catalog.i18nc("@label", "Use adhesion sheet or glue with this material combination")
|
||||||
font: UM.Theme.getFont("very_small")
|
font: UM.Theme.getFont("very_small")
|
||||||
|
color: UM.Theme.getColor("text")
|
||||||
visible: buildplateCompatibilityError || buildplateCompatibilityWarning
|
visible: buildplateCompatibilityError || buildplateCompatibilityWarning
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
opacity: 0.5
|
opacity: 0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user