Skip to content

increase size of grid items in halcyon homescreen

simply change the size from Kirigami.Units.iconSizes.large to huge. This is a fairly simple change for fixing #280 (closed) . Potentially, this could be solved better by a more complex scheme for grid size (possibly in conjunction with a user setting for the size/number of rows/columns), but to my knowledge, Halcyon was supposed to be a more simple homescreen and such a thing would maybe be out of scope for it - or at least, out of scope for this fix.

After fix:

image

Before fix:

image

Merge request reports