Skip to content

Rework sizing of the grid delegate

Alexander Stippich requested to merge astippich/elisa:gridDelegateSizing into master

The sizing of the grid delegates was not correctly taken font size into account. The issue was there before, but became more visible after !49 (merged). Rework the sizing such that the delegate is always large enough. Furthermore, limit the number of rows for text to two and always align the text and icon perfectly.

Before:

Notice the misalignment of the text and icon and the overlapping text, before1 before2

After:

after1 after2

Edited by Alexander Stippich

Merge request reports