mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +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
|
||||
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))
|
||||
spacing: 0
|
||||
Repeater {
|
||||
|
|
|
|||
Loading…
Reference in a new issue