Merge pull request #89 from cwhy/patch-1

Fixed the documentation about centering
This commit is contained in:
Matthew Griffith 2019-06-12 19:29:42 -04:00 committed by GitHub
commit 28cc86a950
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.
**Note** For text alignment, check out `Element.Font`!