Skip to content
Commit 6dc4dfae authored by Arjen Hiemstra's avatar Arjen Hiemstra
Browse files

toolbarlayout: Use delegate's implicitHeight for calculating layout's maxHeight

maxHeight is used to set the layout's implicit height, so shouldn't be
using the delegate's height property as that leads to issues. Moreover
we actually potentially manipulate the delegate's height, which means
there is even a risk for infinite layout loops.
parent 8a20416f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment