CURA-5296 fix model property mismatch

This commit is contained in:
Jack Ha 2018-05-09 13:59:45 +02:00
parent 45fc8480a1
commit b17685d075

View File

@ -26,7 +26,7 @@ Item
Column Column
{ {
id: pluginInfo id: pluginInfo
property var color: model.package_type === "plugin" && !isEnabled ? UM.Theme.getColor("lining") : UM.Theme.getColor("text") property var color: model.type === "plugin" && !isEnabled ? UM.Theme.getColor("lining") : UM.Theme.getColor("text")
height: parent.height height: parent.height
anchors anchors
{ {