From 3f1292d615a3d0949db6a80dacba750b075c1fe5 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Tue, 28 Oct 2014 15:33:03 +0100 Subject: [PATCH] PLabel: Clickable links should be in highlight color --- touch/PLabel.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/touch/PLabel.qml b/touch/PLabel.qml index dfdced6..a12f922 100644 --- a/touch/PLabel.qml +++ b/touch/PLabel.qml @@ -27,5 +27,6 @@ Text { font.family: Constants.font color: Constants.colors.text onLinkActivated: Qt.openUrlExternally(link) + linkColor: Constants.colors.highlight }