summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/kube/contents/ui/Kube.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml
index 2897442d..396a3655 100644
--- a/components/kube/contents/ui/Kube.qml
+++ b/components/kube/contents/ui/Kube.qml
@@ -284,11 +284,13 @@ Controls2.ApplicationWindow {
284 Component { 284 Component {
285 id: composerView 285 id: composerView
286 ComposerView { 286 ComposerView {
287 anchors.fill: parent
287 } 288 }
288 } 289 }
289 Component { 290 Component {
290 id: accountsView 291 id: accountsView
291 AccountsView { 292 AccountsView {
293 anchors.fill: parent
292 } 294 }
293 } 295 }
294 } 296 }