summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/LoginView.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/components/kube/contents/ui/LoginView.qml b/components/kube/contents/ui/LoginView.qml
index c5fdc396..840c74de 100644
--- a/components/kube/contents/ui/LoginView.qml
+++ b/components/kube/contents/ui/LoginView.qml
@@ -23,12 +23,10 @@ import QtQuick.Controls 1.3 as Controls
23import QtQuick.Controls 2.0 23import QtQuick.Controls 2.0
24import org.kube.framework 1.0 as Kube 24import org.kube.framework 1.0 as Kube
25 25
26Rectangle { 26FocusScope {
27 id: root 27 id: root
28 property alias accountId: login.accountId 28 property alias accountId: login.accountId
29 29
30 color: Kube.Colors.backgroundColor
31
32 Kube.LoginAccount { 30 Kube.LoginAccount {
33 id: login 31 id: login
34 anchors { 32 anchors {