Commit 7cdaddd3 authored by Don Gagne's avatar Don Gagne

Fix positioning

parent 7fed3dcc
......@@ -111,7 +111,7 @@ Item {
dropItemHolderRect.y = 0
if (dropDirection == dropLeft) {
dropDownItem.x = dropDownItem.width + _dropMargin
dropDownItem.x = -(dropDownItem.width + _dropMargin)
dropItemHolderRect.x = 0
} else {
......
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