diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/LoginView.qml | 4 |
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 | |||
23 | import QtQuick.Controls 2.0 | 23 | import QtQuick.Controls 2.0 |
24 | import org.kube.framework 1.0 as Kube | 24 | import org.kube.framework 1.0 as Kube |
25 | 25 | ||
26 | Rectangle { | 26 | FocusScope { |
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 { |