diff options
Diffstat (limited to 'components/mailviewer/contents/ui/TextContent.qml')
-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 a0094a3e..b25aac17 100644 --- a/components/mailviewer/contents/ui/TextContent.qml +++ b/components/mailviewer/contents/ui/TextContent.qml | |||
@@ -42,6 +42,7 @@ Item { | |||
42 | 42 | ||
43 | TextEdit { | 43 | TextEdit { |
44 | width: parent.width | 44 | width: parent.width |
45 | selectionColor: Kube.Colors.highlightColor | ||
45 | 46 | ||
46 | readOnly: true | 47 | readOnly: true |
47 | selectByMouse: true | 48 | selectByMouse: true |