diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-03-10 12:41:52 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-03-10 12:41:52 +0100 |
commit | 73b2621624c87528ce776b74555ec98c56115661 (patch) | |
tree | cbb185ebbe46d96f5a1bbc86452d02e771737ff0 /components/package/contents/ui/SingleMailView.qml | |
parent | 581f2d772c3fe7226a56c0c24aa70f8676aa250b (diff) | |
download | kube-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.qml | 3 |
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 | |||
20 | import QtQuick.Layouts 1.1 | 20 | import QtQuick.Layouts 1.1 |
21 | 21 | ||
22 | import org.kube.framework.domain 1.0 as KubeFramework | 22 | import org.kube.framework.domain 1.0 as KubeFramework |
23 | import org.kube.framework.theme 1.0 | ||
23 | 24 | ||
24 | Item { | 25 | Item { |
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 { |