From d49fcec005b7c2c6a1a1453648d99fde66c494e2 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 21 Sep 2017 18:48:05 +0200 Subject: Autofocus password field --- components/kube/contents/ui/LoginView.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'components') 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 import QtQuick.Controls 2.0 import org.kube.framework 1.0 as Kube -Rectangle { +FocusScope { id: root property alias accountId: login.accountId - color: Kube.Colors.backgroundColor - Kube.LoginAccount { id: login anchors { -- cgit v1.2.3