From 8809ffea6390e593b1d83f69cc50dfe8d7dadad0 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Tue, 13 Jun 2017 15:06:35 +0200 Subject: use the correct selection color in textfield and mailviewer --- components/mailviewer/contents/ui/TextContent.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'components/mailviewer/contents') 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 { TextEdit { width: parent.width + selectionColor: Kube.Colors.highlightColor readOnly: true selectByMouse: true -- cgit v1.2.3