summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/Settings.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/Settings.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/Settings.qml')
-rw-r--r--components/package/contents/ui/Settings.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/components/package/contents/ui/Settings.qml b/components/package/contents/ui/Settings.qml
index 692ddd0a..fa886f2b 100644
--- a/components/package/contents/ui/Settings.qml
+++ b/components/package/contents/ui/Settings.qml
@@ -23,13 +23,14 @@ import org.kde.plasma.core 2.0 as PlasmaCore
23 23
24import org.kube.framework.settings 1.0 as KubeSettings 24import org.kube.framework.settings 1.0 as KubeSettings
25import org.kube.framework.domain 1.0 as KubeFramework 25import org.kube.framework.domain 1.0 as KubeFramework
26import org.kube.framework.theme 1.0
26 27
27Rectangle { 28Rectangle {
28 id: root 29 id: root
29 30
30 visible: false 31 visible: false
31 32
32 color: colorPalette.border 33 color: ColorPalette.border
33 34
34 opacity: 0.9 35 opacity: 0.9
35 36
@@ -47,7 +48,7 @@ Rectangle {
47 height: root.height * 0.8 48 height: root.height * 0.8
48 width: root.width * 0.8 49 width: root.width * 0.8
49 50
50 color: colorPalette.background 51 color: ColorPalette.background
51 52
52 MouseArea { 53 MouseArea {
53 anchors.fill: parent 54 anchors.fill: parent