Skip to content

iconGrid: Add more possible icon sizes

When selecting the largest possible icon size for restricted vertical or horizontal space the options for low resolution icons were rather coarse grained. This could often result in seemingly too small icons being chosen in the app grid on systems with low vertical resolution, because the next larger size would exceed the limit by a few pixels.

This adds two more commonly used sizes for application icons to have some more options with restricted space.

Helps: #2173


1280x720 before:

before

1280x720 after:

after

Merge request reports