diff options
Diffstat (limited to 'components/package/contents/ui/EditAccountDialog.qml')
-rw-r--r-- | components/package/contents/ui/EditAccountDialog.qml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/components/package/contents/ui/EditAccountDialog.qml b/components/package/contents/ui/EditAccountDialog.qml index b450e5d6..26934c94 100644 --- a/components/package/contents/ui/EditAccountDialog.qml +++ b/components/package/contents/ui/EditAccountDialog.qml | |||
@@ -25,14 +25,20 @@ import org.kube.framework.settings 1.0 as KubeSettings | |||
25 | import org.kube.framework.domain 1.0 as KubeFramework | 25 | import org.kube.framework.domain 1.0 as KubeFramework |
26 | import org.kube.framework.theme 1.0 | 26 | import org.kube.framework.theme 1.0 |
27 | 27 | ||
28 | Rectangle { | 28 | Item { |
29 | id: root | 29 | id: root |
30 | 30 | ||
31 | property variant uiSource | 31 | property variant uiSource |
32 | property variant accountId | 32 | property variant accountId |
33 | 33 | ||
34 | color: Kirigami.Theme.textColor | 34 | Rectangle { |
35 | opacity: 0.9 | 35 | id: background |
36 | |||
37 | anchors.fill: parent | ||
38 | |||
39 | color: "black" | ||
40 | opacity: 0.9 | ||
41 | } | ||
36 | 42 | ||
37 | MouseArea { | 43 | MouseArea { |
38 | anchors.fill: parent | 44 | anchors.fill: parent |