Skip to content

qml: widgets: handling the header size changing in ExpandGridView fixed

Aleksey Kuznetsov requested to merge expand_grid_view_fix into master

Header size in the view were fixed on creating the view and this value were used for calculating the items positions. If the header changes its size the view did not take this into account. Handing the header item size changing added with forcing the layout updating.

Merge request reports