diff options
| author | Aleix Pol <aleixpol@kde.org> | 2015-09-30 16:08:32 (GMT) |
|---|---|---|
| committer | Aleix Pol <aleixpol@kde.org> | 2015-09-30 16:08:32 (GMT) |
| commit | e74af40d6de0e023ee66c3d66c984a1a5b0f6992 (patch) | |
| tree | 2bfdce20ec465baf72de8f48597f8ee1d1b9b980 | |
| parent | 91bfc98ff4dbf9b7662cdb1ddcbdb5de2c38f816 (diff) | |
Adhere to lists look
Use -GridItem margin as the spacing
| -rw-r--r-- | discover/qml/PresentUpdatesPage.qml | 1 | ||||
| -rw-r--r-- | discover/qml/SourcesPage.qml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/discover/qml/PresentUpdatesPage.qml b/discover/qml/PresentUpdatesPage.qml index 032c583..a1fb9dd 100644 --- a/discover/qml/PresentUpdatesPage.qml +++ b/discover/qml/PresentUpdatesPage.qml @@ -75,6 +75,7 @@ ScrollView delegate: ColumnLayout { id: col + spacing: -2 property var currentRow: index Label { Layout.fillWidth: true diff --git a/discover/qml/SourcesPage.qml b/discover/qml/SourcesPage.qml index 2d614c6..cdd0624 100644 --- a/discover/qml/SourcesPage.qml +++ b/discover/qml/SourcesPage.qml @@ -63,6 +63,7 @@ Item { id: sourceDelegate x: page.proposedMargin width: app.actualWidth + spacing: -2 property QtObject sourceBackend: model.sourceBackend AddSourceDialog { |
