summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-21 06:24:21 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-21 06:24:21 +0200
commit90af339fcbbc8fc918254c9d46dd03fa7f2d7604 (patch)
tree55812a0120a395d5a2f4bbc33d3851f7891d885d
parent6c20f4ca0f92ca5a208ca567e7a9cf28df743bf7 (diff)
downloadkube-90af339fcbbc8fc918254c9d46dd03fa7f2d7604.tar.gz
kube-90af339fcbbc8fc918254c9d46dd03fa7f2d7604.zip
People focus handling
-rw-r--r--framework/qml/People.qml4
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
24import org.kube.framework 1.0 as Kube 24import org.kube.framework 1.0 as Kube
25 25
26 26
27Item { 27FocusScope {
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