summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/qml/People.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/qml/People.qml b/framework/qml/People.qml
index b9ed81bd..02844501 100644
--- a/framework/qml/People.qml
+++ b/framework/qml/People.qml
@@ -18,7 +18,7 @@
18*/ 18*/
19 19
20import QtQuick 2.7 20import QtQuick 2.7
21import QtQuick.Controls 2.0 as Controls 21import QtQuick.Controls 2.0 as Controls2
22import QtQuick.Layouts 1.1 22import QtQuick.Layouts 1.1
23 23
24import org.kube.framework 1.0 as Kube 24import org.kube.framework 1.0 as Kube
@@ -71,7 +71,7 @@ FocusScope {
71 } 71 }
72 } 72 }
73 73
74 Controls.StackView { 74 Controls2.StackView {
75 id: stack 75 id: stack
76 76
77 anchors { 77 anchors {
@@ -221,7 +221,7 @@ FocusScope {
221 leftMargin: Kube.Units.largeSpacing 221 leftMargin: Kube.Units.largeSpacing
222 } 222 }
223 223
224 Controls.ScrollBar.vertical: Kube.ScrollBar { } 224 Controls2.ScrollBar.vertical: Kube.ScrollBar { }
225 contentHeight: contentColumn.height 225 contentHeight: contentColumn.height
226 226
227 clip: true 227 clip: true