summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-03-29 17:01:27 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-03-29 17:01:27 +0200
commit5c5cdae46433f400c097924528c517833765f78d (patch)
tree9c70a2478f7d6693bf2e889c004d71b0fb1d0f15
parente50b7e6eaa624de3b87091290461c52046e61bb6 (diff)
downloadkube-5c5cdae46433f400c097924528c517833765f78d.tar.gz
kube-5c5cdae46433f400c097924528c517833765f78d.zip
port overlay dialog to kube theme
-rw-r--r--components/package/contents/ui/OverlayDialog.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/package/contents/ui/OverlayDialog.qml b/components/package/contents/ui/OverlayDialog.qml
index da75ca99..760fb12e 100644
--- a/components/package/contents/ui/OverlayDialog.qml
+++ b/components/package/contents/ui/OverlayDialog.qml
@@ -24,6 +24,7 @@ import org.kde.kirigami 1.0 as Kirigami
24 24
25import org.kube.framework.settings 1.0 as KubeSettings 25import org.kube.framework.settings 1.0 as KubeSettings
26import org.kube.framework.domain 1.0 as KubeFramework 26import org.kube.framework.domain 1.0 as KubeFramework
27import org.kube.components.theme 1.0 as KubeTheme
27 28
28Item { 29Item {
29 id: root 30 id: root
@@ -54,7 +55,7 @@ Item {
54 height: root.height * 0.8 55 height: root.height * 0.8
55 width: root.width * 0.8 56 width: root.width * 0.8
56 57
57 color: Kirigami.Theme.backgroundColor 58 color: KubeTheme.Colors.backgroundColor
58 59
59 MouseArea { 60 MouseArea {
60 anchors.fill: parent 61 anchors.fill: parent