Skip to content

Commit b915779

Browse files
funzeyerigor789
authored andcommitted
Update 2-playground-tutorial.md (#190)
1 parent a5a56f8 commit b915779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/en/getting-started/2-playground-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Use a `<ListView>` to show tasks below the input field.
215215
* Remove background color.
216216
* Set width and height both to `100%`.
217217
1. Configure the `<GridLayout>`.
218-
* Set the grid to consist of two columns and one row.
218+
* Set the grid to consist of two columns and one row, with the width of the first column set to twice that of the second.
219219
* Set the width of the grid to 100% so that it takes the entire width of the screen.
220220
* Set the height of the grid to 25%. Otherwise, the `<ListView>` you'll be adding later might overlap the `<GridLayout>`.
221221
* Remove any additional settings for the grid.

0 commit comments

Comments
 (0)