From fe3bccaf5fe21ce85e6098a5392250ab623820eb Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Tue, 25 Jul 2017 09:35:42 +0200 Subject: [PATCH] LayerView: Set color for comp. mode text Before it was using the system's default, which is not that nicely visible, if you are using a dark theme. --- plugins/LayerView/LayerView.qml | 1 + 1 file changed, 1 insertion(+) 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