Commit 31074ff6 authored by DonLakeFlyer's avatar DonLakeFlyer

Allow DropPanel dynamic sizing

parent be3901a8
...@@ -155,6 +155,9 @@ Item { ...@@ -155,6 +155,9 @@ Item {
x: _dropMargin x: _dropMargin
y: _dropMargin y: _dropMargin
onHeightChanged: _calcPositions()
onWidthChanged: _calcPositions()
property var dropPanel: _root 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