From 58f04121b72628db921552d6a1b43f4e6ba3ed35 Mon Sep 17 00:00:00 2001 From: vladest Date: Tue, 15 May 2018 06:21:40 +0200 Subject: [PATCH] Correct link colors --- .../resources/qml/hifi/dialogs/TabletAboutDialog.qml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml b/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml index d89f8cafe3..1a51c33368 100644 --- a/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml +++ b/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml @@ -66,7 +66,8 @@ Rectangle { color: "white" } RalewayRegular { - textFormat: Text.RichText + textFormat: Text.StyledText + linkColor: "#00B4EF" color: "white" text: "www.highfidelity.com." size: 20 @@ -100,7 +101,8 @@ Rectangle { } Item { height: 20; width: 1 } RalewayRegular { - textFormat: Text.RichText + textFormat: Text.StyledText + linkColor: "#00B4EF" color: "white" text: "Blockchain technology from Elements." size: 14 @@ -111,8 +113,9 @@ Rectangle { size: 14 } RalewayRegular { - textFormat: Text.RichText + textFormat: Text.StyledText color: "white" + linkColor: "#00B4EF" text: "Distributed under the Apache License, Version 2.0.." size: 14 }