mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-16 05:28:02 +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
|
id: compatibilityModeLabel
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
text: catalog.i18nc("@label","Compatibility Mode")
|
text: catalog.i18nc("@label","Compatibility Mode")
|
||||||
|
color: UM.Theme.getColor("text")
|
||||||
visible: UM.LayerView.compatibilityMode
|
visible: UM.LayerView.compatibilityMode
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredHeight: UM.Theme.getSize("layerview_row").height
|
Layout.preferredHeight: UM.Theme.getSize("layerview_row").height
|
||||||
|
Loading…
x
Reference in New Issue
Block a user