mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 02:34:45 +00:00
another tiny adjustment
This commit is contained in:
parent
130b2d8de0
commit
1d359284ec
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ Item {
|
||||||
fill: parent
|
fill: parent
|
||||||
margins: units.smallSpacing
|
margins: units.smallSpacing
|
||||||
}
|
}
|
||||||
readonly property real cellSizeHint: units.iconSizes.large + units.smallSpacing * 4
|
readonly property real cellSizeHint: units.iconSizes.large + units.smallSpacing * 6
|
||||||
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