Merge pull request #2160 from Ultimaker/thopiekar-layerview-text-color

LayerView: Set color for comp. mode text
This commit is contained in:
Jaime van Kessel 2017-07-25 14:43:37 +02:00 committed by GitHub
commit 4b944d6ce8

View File

@ -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