Skip to content

Fix ToolBar contentWidth binding loop

Noah Davis requested to merge work/ndavis/toolbar-size into master

There is no need to set the contentWidth or contentHeight to the implicitHeight of the first child and removing this code fixes a binding loop when a ToolBar with a Layout in the contentItem is used as the header for a Kirigami ApplicationItem.

Merge request reports