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/FocusComposer.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/FocusComposer.qml')
-rw-r--r-- | components/package/contents/ui/FocusComposer.qml | 4 |
1 files changed, 2 insertions, 2 deletions
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 { | |||
45 | height: root.height * 0.8 | 45 | height: root.height * 0.8 |
46 | width: root.width * 0.8 | 46 | width: root.width * 0.8 |
47 | 47 | ||
48 | color: colorPalette.background | 48 | color: ColorPalette.background |
49 | 49 | ||
50 | MouseArea { | 50 | MouseArea { |
51 | anchors.fill: parent | 51 | anchors.fill: parent |
@@ -80,4 +80,4 @@ Rectangle { | |||
80 | } | 80 | } |
81 | } | 81 | } |
82 | } | 82 | } |
83 | } \ No newline at end of file | 83 | } |