Fixed the documentation about centering

This commit is contained in:
Chen Yu 2019-01-29 12:04:28 +08:00 committed by GitHub
parent ed45160ce8
commit d866a7e20c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,9 +105,9 @@ If alignment is set on elements in a layout such as `row`, then the element will
will result in a layout like
|-|-| |-| |-|
|-|-| |-| |-|
Where there are two elements on the left, one in the center, and one on the right.
Where there are two elements on the left, one on the right, and one in the center of the space between the elements on the left and right.
@docs centerX, centerY, alignLeft, alignRight, alignTop, alignBottom