diff options
Diffstat (limited to 'components/mailviewer/contents/ui/TextContent.qml')
-rw-r--r-- | components/mailviewer/contents/ui/TextContent.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/mailviewer/contents/ui/TextContent.qml b/components/mailviewer/contents/ui/TextContent.qml index 8494e4e3..f65e85b6 100644 --- a/components/mailviewer/contents/ui/TextContent.qml +++ b/components/mailviewer/contents/ui/TextContent.qml | |||
@@ -17,7 +17,6 @@ | |||
17 | */ | 17 | */ |
18 | 18 | ||
19 | import QtQuick 2.7 | 19 | import QtQuick 2.7 |
20 | import org.kube.components.theme 1.0 as KubeTheme | ||
21 | 20 | ||
22 | Item { | 21 | Item { |
23 | id: textItem | 22 | id: textItem |
@@ -47,7 +46,7 @@ Item { | |||
47 | text: model.content | 46 | text: model.content |
48 | wrapMode: Text.WordWrap | 47 | wrapMode: Text.WordWrap |
49 | 48 | ||
50 | color: model.embeded ? KubeTheme.Colors.diabledTextColor : KubeTheme.Colors.textColor | 49 | color: model.embeded ? Kube.Colors.diabledTextColor : Kube.Colors.textColor |
51 | } | 50 | } |
52 | 51 | ||
53 | //BEGIN debug | 52 | //BEGIN debug |