summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/SingleMailView.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-03-10 12:41:52 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-03-10 12:41:52 +0100
commit73b2621624c87528ce776b74555ec98c56115661 (patch)
treecbb185ebbe46d96f5a1bbc86452d02e771737ff0 /components/package/contents/ui/SingleMailView.qml
parent581f2d772c3fe7226a56c0c24aa70f8676aa250b (diff)
downloadkube-73b2621624c87528ce776b74555ec98c56115661.tar.gz
kube-73b2621624c87528ce776b74555ec98c56115661.zip
remove Colorpalette.qml and change its use to the theme plugin
Diffstat (limited to 'components/package/contents/ui/SingleMailView.qml')
-rw-r--r--components/package/contents/ui/SingleMailView.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/package/contents/ui/SingleMailView.qml b/components/package/contents/ui/SingleMailView.qml
index ff48a9d3..4b801a89 100644
--- a/components/package/contents/ui/SingleMailView.qml
+++ b/components/package/contents/ui/SingleMailView.qml
@@ -20,6 +20,7 @@ import QtQuick.Controls 1.3
20import QtQuick.Layouts 1.1 20import QtQuick.Layouts 1.1
21 21
22import org.kube.framework.domain 1.0 as KubeFramework 22import org.kube.framework.domain 1.0 as KubeFramework
23import org.kube.framework.theme 1.0
23 24
24Item { 25Item {
25 id: root 26 id: root
@@ -30,7 +31,7 @@ Item {
30 31
31 anchors.fill: parent 32 anchors.fill: parent
32 33
33 color: colorPalette.background 34 color: ColorPalette.background
34 } 35 }
35 36
36 Repeater { 37 Repeater {