From 205f753fc631d1b8f34ebd9f7ed1509ca8197d94 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 16 Jul 2017 00:03:06 +0200 Subject: Removed unncessary Item and fixed indentation --- framework/qml/People.qml | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) (limited to 'framework/qml') diff --git a/framework/qml/People.qml b/framework/qml/People.qml index 79a00b08..41cada2a 100644 --- a/framework/qml/People.qml +++ b/framework/qml/People.qml @@ -215,23 +215,14 @@ Item { color: Kube.Colors.viewBackgroundColor - Item { + Flickable { + id: personPageFlickable anchors { - top: parent.top - left: parent.left - right: parent.right + fill: parent leftMargin: Kube.Units.largeSpacing } - height: parent.height - - - Flickable { - id: personPageFlickable - - anchors.fill: parent - ScrollBar.vertical: ScrollBar { } contentHeight: contentColumn.height @@ -429,10 +420,9 @@ Item { // } // } - Item { - width: parent.width - height: Kube.Units.largeSpacing - } + Item { + width: parent.width + height: Kube.Units.largeSpacing } } } -- cgit v1.2.3