diff options
| author | Aleix Pol <aleixpol@kde.org> | 2015-10-26 15:07:32 (GMT) |
|---|---|---|
| committer | Aleix Pol <aleixpol@kde.org> | 2015-10-26 15:07:32 (GMT) |
| commit | 1e8f40a82e577dfb9428579e817132936d75426b (patch) | |
| tree | 8508f701e2ce446f643df847318de9e5ebb7e348 | |
| parent | cdc24d3516b565bbdbe906147ee6cdd8480ccd0b (diff) | |
Fix sources page display
| -rw-r--r-- | discover/qml/SourcesPage.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/discover/qml/SourcesPage.qml b/discover/qml/SourcesPage.qml index 980bdb0..87d8587 100644 --- a/discover/qml/SourcesPage.qml +++ b/discover/qml/SourcesPage.qml @@ -17,9 +17,9 @@ Item { } ScrollView { + id: view anchors.fill: parent ListView { - id: view width: parent.width model: SourcesModel @@ -27,7 +27,7 @@ Item { header: PageHeader { x: page.proposedMargin width: Math.min(app.actualWidth, view.viewport.width) - hoverEnabled: false + RowLayout { anchors.verticalCenter: parent.verticalCenter ToolButton { |
