less spacing

This commit is contained in:
Marco Martin 2020-02-14 13:39:49 +01:00
parent e80248b9da
commit 130b2d8de0

View file

@ -197,9 +197,9 @@ Item {
id: flow id: flow
anchors { anchors {
fill: parent fill: parent
margins: units.smallSpacing*3 margins: units.smallSpacing
} }
readonly property real cellSizeHint: units.iconSizes.large + units.smallSpacing * 6 + Math.floor(units.largeSpacing/2) readonly property real cellSizeHint: units.iconSizes.large + units.smallSpacing * 4
readonly property real columnWidth: Math.floor(width / Math.floor(width / cellSizeHint)) readonly property real columnWidth: Math.floor(width / Math.floor(width / cellSizeHint))
spacing: 0 spacing: 0
Repeater { Repeater {