763764765766767768769
private IUndoableOperation getMiddle() { return new MiddleAlignmentOperation(container, this); } private IUndoableOperation getSameWidth() { return new SameWidthOperation(container, this); }
351352353354355356357
private IUndoableOperation doSameHeight() { return new SameHeightOperation(getSelectedWidgets()); } private IUndoableOperation doSameWidth() { return new SameWidthOperation(getSelectedWidgets()); }