summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-08-23 17:04:18 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-08-23 17:04:18 +0200
commit87ad76ef5002ebdc31a3a92b7c2b147f91506c5e (patch)
tree9629488e018911c01d9d75b6288a503d3b404d0c
parent24f73cfc1ecde01dccba11d6d1581d706aa4d428 (diff)
downloadkube-87ad76ef5002ebdc31a3a92b7c2b147f91506c5e.tar.gz
kube-87ad76ef5002ebdc31a3a92b7c2b147f91506c5e.zip
import controls 2.0 as Controls2
-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