summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/mailviewer/contents/ui/TextContent.qml1
-rw-r--r--framework/qml/TextField.qml1
2 files changed, 2 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
diff --git a/framework/qml/TextField.qml b/framework/qml/TextField.qml
index 2fbee655..8315f955 100644
--- a/framework/qml/TextField.qml
+++ b/framework/qml/TextField.qml
@@ -30,6 +30,7 @@ T.TextField {
30 30
31 color: Kube.Colors.textColor 31 color: Kube.Colors.textColor
32 font.family: Kube.Font.fontFamily 32 font.family: Kube.Font.fontFamily
33 selectionColor: Kube.Colors.highlightColor
33 34
34 Label { 35 Label {
35 id: placeholder 36 id: placeholder