Theme link colors

This commit is contained in:
fieldOfView 2018-05-02 19:20:52 +02:00
parent 1f542f176d
commit 46e7a6665d
3 changed files with 3 additions and 0 deletions

View file

@ -89,6 +89,7 @@ Item
horizontalAlignment: Text.AlignLeft
onLinkActivated: Qt.openUrlExternally("mailto:" + model.author_email + "?Subject=Cura: " + model.name + " Plugin")
color: model.enabled ? UM.Theme.getColor("text") : UM.Theme.getColor("lining")
linkColor: UM.Theme.getColor("text_link")
}
}
Column