summaryrefslogtreecommitdiffstats
path: root/framework/qml/People.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/People.qml')
-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 3c27845a..ef70eba9 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 21import QtQuick.Controls 2.0 as Controls
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 StackView { 74 Controls.StackView {
75 id: stack 75 id: stack
76 76
77 anchors { 77 anchors {
@@ -217,7 +217,7 @@ FocusScope {
217 leftMargin: Kube.Units.largeSpacing 217 leftMargin: Kube.Units.largeSpacing
218 } 218 }
219 219
220 ScrollBar.vertical: ScrollBar { } 220 Controls.ScrollBar.vertical: Controls.ScrollBar { }
221 contentHeight: contentColumn.height 221 contentHeight: contentColumn.height
222 222
223 clip: true 223 clip: true