From 73b2621624c87528ce776b74555ec98c56115661 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 10 Mar 2016 12:41:52 +0100 Subject: remove Colorpalette.qml and change its use to the theme plugin --- components/package/contents/ui/SingleMailView.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'components/package/contents/ui/SingleMailView.qml') 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 import QtQuick.Layouts 1.1 import org.kube.framework.domain 1.0 as KubeFramework +import org.kube.framework.theme 1.0 Item { id: root @@ -30,7 +31,7 @@ Item { anchors.fill: parent - color: colorPalette.background + color: ColorPalette.background } Repeater { -- cgit v1.2.3