summaryrefslogtreecommitdiffstats
path: root/framework/qml/OverlayDialog.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-05 13:00:21 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-05 13:00:21 +0200
commit5755ad47145d2985ba74354961b4127d82c516f6 (patch)
treeaa6af562b7e587be895ff5a4355270f82f3ea180 /framework/qml/OverlayDialog.qml
parente78224a7d9ccf70aadde8c0bff1cab72e8cb7438 (diff)
downloadkube-5755ad47145d2985ba74354961b4127d82c516f6.tar.gz
kube-5755ad47145d2985ba74354961b4127d82c516f6.zip
A single framework plugin
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