mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-27 06:33:08 +00:00
less spacing
This commit is contained in:
parent
e80248b9da
commit
130b2d8de0
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue