From f003adeb1e437134461664f79e5cf4888f4f4229 Mon Sep 17 00:00:00 2001 From: Diego Prado Gesto Date: Fri, 20 Apr 2018 10:19:25 +0200 Subject: [PATCH] CURA-5250 Add color to the text so it also works fine with other themes. --- resources/qml/SidebarHeader.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/SidebarHeader.qml b/resources/qml/SidebarHeader.qml index c2bb488562..d8891972da 100644 --- a/resources/qml/SidebarHeader.qml +++ b/resources/qml/SidebarHeader.qml @@ -527,6 +527,7 @@ Column width: parent.width - materialCompatibilityLink.width text: catalog.i18nc("@label", "Use adhesion sheet or glue with this material combination") font: UM.Theme.getFont("very_small") + color: UM.Theme.getColor("text") visible: buildplateCompatibilityError || buildplateCompatibilityWarning wrapMode: Text.WordWrap opacity: 0.5