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/FocusComposer.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/package/contents/ui/FocusComposer.qml') diff --git a/components/package/contents/ui/FocusComposer.qml b/components/package/contents/ui/FocusComposer.qml index 5c4d88d7..bc8b3f2d 100644 --- a/components/package/contents/ui/FocusComposer.qml +++ b/components/package/contents/ui/FocusComposer.qml @@ -45,7 +45,7 @@ Rectangle { height: root.height * 0.8 width: root.width * 0.8 - color: colorPalette.background + color: ColorPalette.background MouseArea { anchors.fill: parent @@ -80,4 +80,4 @@ Rectangle { } } } -} \ No newline at end of file +} -- cgit v1.2.3