Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Apr 2, 2023
1 parent 4204e64 commit 92c7f7f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,14 @@ public void setProperties(final PoolGNode node) {
// Set min width/height for the Pool element
node.getLayoutOptions().put(GLayoutOptions.KEY_MIN_WIDTH, Participant.MIN_WIDTH);
node.getLayoutOptions().put(GLayoutOptions.KEY_MIN_HEIGHT, Participant.MIN_HEIGHT);
// node.getLayoutOptions().put(GLayoutOptions.KEY_PREF_WIDTH, size.getWidth());
// node.getLayoutOptions().put(GLayoutOptions.KEY_PREF_HEIGHT, size.getHeight());

node.getChildren().add(BPMNGraphUtil.createBPMNContainerHeader(node));
node.getChildren().add(createContainerCompartment(node));

}

/**
* Creates the Container compartment used for the process BPMNFlowElements
* Creates the Container compartment
*
* @param node
* @return
Expand Down

0 comments on commit 92c7f7f

Please sign in to comment.