summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleix Pol <aleixpol@kde.org>2015-09-30 16:08:32 (GMT)
committerAleix Pol <aleixpol@kde.org>2015-09-30 16:08:32 (GMT)
commite74af40d6de0e023ee66c3d66c984a1a5b0f6992 (patch)
tree2bfdce20ec465baf72de8f48597f8ee1d1b9b980
parent91bfc98ff4dbf9b7662cdb1ddcbdb5de2c38f816 (diff)
Adhere to lists look
Use -GridItem margin as the spacing
-rw-r--r--discover/qml/PresentUpdatesPage.qml1
-rw-r--r--discover/qml/SourcesPage.qml1
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 {