mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-15 20:28:01 +08:00
Merge pull request #2160 from Ultimaker/thopiekar-layerview-text-color
LayerView: Set color for comp. mode text
This commit is contained in:
commit
4b944d6ce8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user