Skip to content

qml/ExpandGridView: Set content size via property binding

Benjamin Arnaud requested to merge bunjee/vlc:ci-expand into master

This fixes a bug when the contentHeight is binded to the height and the model has content prior to the Component.onCompleted event being called. This happens in BrowseHomeDisplay with the StandardPathModel: without these updated conditions the contentHeight will never be updated.

Merge request reports