summaryrefslogtreecommitdiffstats
path: root/framework/qml/OverlayDialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/OverlayDialog.qml')
-rw-r--r--framework/qml/OverlayDialog.qml5
1 files changed, 1 insertions, 4 deletions
diff --git a/framework/qml/OverlayDialog.qml b/framework/qml/OverlayDialog.qml
index 760fb12e..10004f8d 100644
--- a/framework/qml/OverlayDialog.qml
+++ b/framework/qml/OverlayDialog.qml
@@ -22,9 +22,6 @@ import QtQuick.Layouts 1.1
22 22
23import org.kde.kirigami 1.0 as Kirigami 23import org.kde.kirigami 1.0 as Kirigami
24 24
25import org.kube.framework.settings 1.0 as KubeSettings
26import org.kube.framework.domain 1.0 as KubeFramework
27import org.kube.components.theme 1.0 as KubeTheme
28 25
29Item { 26Item {
30 id: root 27 id: root
@@ -55,7 +52,7 @@ Item {
55 height: root.height * 0.8 52 height: root.height * 0.8
56 width: root.width * 0.8 53 width: root.width * 0.8
57 54
58 color: KubeTheme.Colors.backgroundColor 55 color: Kube.Colors.backgroundColor
59 56
60 MouseArea { 57 MouseArea {
61 anchors.fill: parent 58 anchors.fill: parent