diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-29 17:01:27 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-29 17:01:27 +0200 |
commit | 5c5cdae46433f400c097924528c517833765f78d (patch) | |
tree | 9c70a2478f7d6693bf2e889c004d71b0fb1d0f15 /components/package/contents/ui/OverlayDialog.qml | |
parent | e50b7e6eaa624de3b87091290461c52046e61bb6 (diff) | |
download | kube-5c5cdae46433f400c097924528c517833765f78d.tar.gz kube-5c5cdae46433f400c097924528c517833765f78d.zip |
port overlay dialog to kube theme
Diffstat (limited to 'components/package/contents/ui/OverlayDialog.qml')
-rw-r--r-- | components/package/contents/ui/OverlayDialog.qml | 3 |
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 | ||
25 | import org.kube.framework.settings 1.0 as KubeSettings | 25 | import org.kube.framework.settings 1.0 as KubeSettings |
26 | import org.kube.framework.domain 1.0 as KubeFramework | 26 | import org.kube.framework.domain 1.0 as KubeFramework |
27 | import org.kube.components.theme 1.0 as KubeTheme | ||
27 | 28 | ||
28 | Item { | 29 | Item { |
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 |