[Layout] Fix bottom resize handle

Repair the arguments given to the bottom resize
handle for frames in a layout; previously this had
been parameterized erroneously to function as a
right-hand resize handle. Part of transition of
layout elements, WTD-535.
This commit is contained in:
Victor Woeltjen 2014-12-05 15:23:18 -08:00
parent 874efa40ea
commit 0a27ebfe09

View File

@ -36,7 +36,7 @@
mct-drag-up="controller.endDrag()">
</span>
<span style="position: absolute; left: 12px; right: 12px; bottom: 0px; height: 12px; cursor: s-resize;"
mct-drag-down="controller.startDrag(childObject.getId(), [0,0], [1,0])"
mct-drag-down="controller.startDrag(childObject.getId(), [0,0], [0,1])"
mct-drag="controller.continueDrag(delta)"
mct-drag-up="controller.endDrag()">
</span>