Skip to content

Commit

Permalink
Fix typo in ui-controls.asc
Browse files Browse the repository at this point in the history
Fix typo "iv3 and iv3 are" to "iv2 and iv3 are" in the ui-controls.asc file
  • Loading branch information
euulu committed Jan 14, 2024
1 parent 81a01e0 commit 06fb682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/ui-controls.asc
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ ImageView is a Node container that allows the Image object to be used in JavaFX
iv4.setViewport(viewportRect);
----

iv3 and iv3 are based on the image2 and image3 objects. Recall that these objects produced transformed images that fit the square container.
iv2 and iv3 are based on the image2 and image3 objects. Recall that these objects produced transformed images that fit the square container.

iv4 is also based on a transformed Image object, but in the case of iv4, the transformation is done through the ImageView object rather than the Image. ImageView.setFitHeight is called rather than Image.setFitHeight.

Expand Down

0 comments on commit 06fb682

Please sign in to comment.