Skip to content

Commit

Permalink
Removing LayoutBox, see phetsims/scenery#1420
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Sep 20, 2022
1 parent 4777107 commit 90e2b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/view/GridBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* so cells are filled left-to-right, top-to-bottom. All cells have the same dimensions, and alignment
* of children within the cells can be specified.
*
* Unlike LayoutBox (and it subclasses HBox and VBox), adding/removing children does NOT change the contents
* of the grid, they will decorate the GridBox. To change the contents of the grid, use setContents.
* Adding/removing children does NOT change the contents of the grid, they will decorate the GridBox. To change the
* contents of the grid, use setContents.
*
* @author Brandon Li
* @author Chris Malley (PixelZoom, Inc.)
Expand Down

0 comments on commit 90e2b44

Please sign in to comment.