Unverified Commit b53af497 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #6462 from DonLakeFlyer/DropPanelSizing

Allow DropPanel dynamic sizing
parents 021ca19e 31074ff6
......@@ -155,6 +155,9 @@ Item {
x: _dropMargin
y: _dropMargin
onHeightChanged: _calcPositions()
onWidthChanged: _calcPositions()
property var dropPanel: _root
}
}
......
Markdown is supported
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