diff --git a/plugins/LayerView/LayerView.qml b/plugins/LayerView/LayerView.qml index d8b37df719..5971798f58 100755 --- a/plugins/LayerView/LayerView.qml +++ b/plugins/LayerView/LayerView.qml @@ -142,6 +142,7 @@ Item id: compatibilityModeLabel anchors.left: parent.left text: catalog.i18nc("@label","Compatibility Mode") + color: UM.Theme.getColor("text") visible: UM.LayerView.compatibilityMode Layout.fillWidth: true Layout.preferredHeight: UM.Theme.getSize("layerview_row").height