Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adding a space
  • Loading branch information
jesuino committed Jun 23, 2015
1 parent 61ffb68 commit e78b10f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Create nodes for `hTop` in `createScore()`, with these steps:
- Create a `VBox` named `vScores` and an `HBox`named `hScores` with spacing 5
- Create a `Label` named `lblTit` with text `"SCORE"`, and add it to `vScore`, as well as `lblScore`
- Create a `VBox` named `vRecord` and a `Label` named `lblTitBest` with text `"BEST"`, and add it to `vRecord`, as well as `lblBest`
- Add `vScore` and `vRecord` to `hScores`, create a `VBox` named `vFill` with vertical grow priority to grow always, and add `hScores`and `vFill` to `vScores`
- Add `vScore` and `vRecord` to `hScores`, create a `VBox` named `vFill` with vertical grow priority to grow always, and add `hScores` and `vFill` to `vScores`
- Finally, add `lblTitle`, `lblSubtitle`, `hFill` and `vScores` to `hTop`

#### SOLUTION CODE
Expand Down Expand Up @@ -1643,4 +1643,4 @@ Back to [Index][I0]
[I43]: https://github.com/jperedadnr/Game2048HOL#step-43-optional-tiles
[I44]: https://github.com/jperedadnr/Game2048HOL#step-44-finding-mergeable-optionally-null-tiles
[I45]: https://github.com/jperedadnr/Game2048HOL#step-45-traversing-the-grid-with-optional
[I46]: https://github.com/jperedadnr/Game2048HOL#step-46-extra-features
[I46]: https://github.com/jperedadnr/Game2048HOL#step-46-extra-features

0 comments on commit e78b10f

Please sign in to comment.