diff options
-rw-r--r-- | framework/qml/People.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/qml/People.qml b/framework/qml/People.qml index d0f7d252..bdb2cdf2 100644 --- a/framework/qml/People.qml +++ b/framework/qml/People.qml | |||
@@ -24,7 +24,7 @@ import QtQuick.Layouts 1.1 | |||
24 | import org.kube.framework 1.0 as Kube | 24 | import org.kube.framework 1.0 as Kube |
25 | 25 | ||
26 | 26 | ||
27 | Item { | 27 | FocusScope { |
28 | id: root | 28 | id: root |
29 | 29 | ||
30 | property var currentContact | 30 | property var currentContact |
@@ -56,6 +56,7 @@ Item { | |||
56 | } | 56 | } |
57 | Kube.TextField { | 57 | Kube.TextField { |
58 | id: searchBar | 58 | id: searchBar |
59 | focus: true | ||
59 | anchors.horizontalCenter: parent.horizontalCenter | 60 | anchors.horizontalCenter: parent.horizontalCenter |
60 | width: parent.width * 0.5 | 61 | width: parent.width * 0.5 |
61 | placeholderText: "Search..." | 62 | placeholderText: "Search..." |
@@ -98,7 +99,6 @@ Item { | |||
98 | 99 | ||
99 | anchors.fill: parent | 100 | anchors.fill: parent |
100 | 101 | ||
101 | activeFocusOnTab: true | ||
102 | ScrollBar.vertical: ScrollBar { } | 102 | ScrollBar.vertical: ScrollBar { } |
103 | contentHeight: content.height | 103 | contentHeight: content.height |
104 | clip: true | 104 | clip: true |