767768769770771772773
private IUndoableOperation getSameWidth() { return new SameWidthOperation(container, this); } private IUndoableOperation getSameHeight() { return new SameHeightOperation(container, this); }