diff options
-rw-r--r-- | components/mailviewer/contents/ui/TextContent.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/mailviewer/contents/ui/TextContent.qml b/components/mailviewer/contents/ui/TextContent.qml index ee3284d4..f0208a83 100644 --- a/components/mailviewer/contents/ui/TextContent.qml +++ b/components/mailviewer/contents/ui/TextContent.qml | |||
@@ -51,6 +51,7 @@ Item { | |||
51 | wrapMode: TextEdit.Wrap | 51 | wrapMode: TextEdit.Wrap |
52 | textFormat: Text.RichText | 52 | textFormat: Text.RichText |
53 | 53 | ||
54 | font.family: Kube.Font.fontFamily | ||
54 | color: embedded ? Kube.Colors.disabledTextColor : Kube.Colors.textColor | 55 | color: embedded ? Kube.Colors.disabledTextColor : Kube.Colors.textColor |
55 | onLinkActivated: Qt.openUrlExternally(link) | 56 | onLinkActivated: Qt.openUrlExternally(link) |
56 | //TODO This might no longer be necessary starting with Qt 5.8 | 57 | //TODO This might no longer be necessary starting with Qt 5.8 |