diff options
-rw-r--r-- | framework/qml/People.qml | 22 |
1 files changed, 6 insertions, 16 deletions
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 { | |||
215 | 215 | ||
216 | color: Kube.Colors.viewBackgroundColor | 216 | color: Kube.Colors.viewBackgroundColor |
217 | 217 | ||
218 | Item { | 218 | Flickable { |
219 | id: personPageFlickable | ||
219 | 220 | ||
220 | anchors { | 221 | anchors { |
221 | top: parent.top | 222 | fill: parent |
222 | left: parent.left | ||
223 | right: parent.right | ||
224 | leftMargin: Kube.Units.largeSpacing | 223 | leftMargin: Kube.Units.largeSpacing |
225 | } | 224 | } |
226 | 225 | ||
227 | height: parent.height | ||
228 | |||
229 | |||
230 | Flickable { | ||
231 | id: personPageFlickable | ||
232 | |||
233 | anchors.fill: parent | ||
234 | |||
235 | ScrollBar.vertical: ScrollBar { } | 226 | ScrollBar.vertical: ScrollBar { } |
236 | contentHeight: contentColumn.height | 227 | contentHeight: contentColumn.height |
237 | 228 | ||
@@ -429,10 +420,9 @@ Item { | |||
429 | // } | 420 | // } |
430 | // } | 421 | // } |
431 | 422 | ||
432 | Item { | 423 | Item { |
433 | width: parent.width | 424 | width: parent.width |
434 | height: Kube.Units.largeSpacing | 425 | height: Kube.Units.largeSpacing |
435 | } | ||
436 | } | 426 | } |
437 | } | 427 | } |
438 | } | 428 | } |