Просмотр исходного кода

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.
Thomas Karl Pietrowski 7 лет назад
Родитель
Сommit
fe3bccaf5f
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      plugins/LayerView/LayerView.qml

+ 1 - 0
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