mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +00:00
[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:
parent
874efa40ea
commit
0a27ebfe09
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user