PLabel: Clickable links should be in highlight color

This commit is contained in:
Thomas Perl 2014-10-28 15:33:03 +01:00
parent 0703e7ab59
commit 3f1292d615

View file

@ -27,5 +27,6 @@ Text {
font.family: Constants.font
color: Constants.colors.text
onLinkActivated: Qt.openUrlExternally(link)
linkColor: Constants.colors.highlight
}