Skip to content

Commit

Permalink
rectpacking: Corrected comments for minsize processors.
Browse files Browse the repository at this point in the history
  • Loading branch information
soerendomroes committed Feb 13, 2024
1 parent 2144d91 commit 715b2f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import org.eclipse.elk.graph.ElkNode;

/**
* Sorts all child nodes by their desired position.
* Sets a target width at least as high as the minimum width of the parent
*
* <dl>
* <dt>Precondition:</dt>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.eclipse.elk.graph.ElkNode;

/**
* Sorts all child nodes by their desired position.
* Sets the minimum width and height of the parent since this influences decisions based on the aspect ratio.
*
* <dl>
* <dt>Precondition:</dt>
Expand Down

0 comments on commit 715b2f4

Please sign in to comment.