mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Theme link colors
This commit is contained in:
parent
1f542f176d
commit
46e7a6665d
3 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue