We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a56f8 commit b915779Copy full SHA for b915779
content/docs/en/getting-started/2-playground-tutorial.md
@@ -215,7 +215,7 @@ Use a `<ListView>` to show tasks below the input field.
215
* Remove background color.
216
* Set width and height both to `100%`.
217
1. Configure the `<GridLayout>`.
218
- * Set the grid to consist of two columns and one row.
+ * 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.
219
* Set the width of the grid to 100% so that it takes the entire width of the screen.
220
* Set the height of the grid to 25%. Otherwise, the `<ListView>` you'll be adding later might overlap the `<GridLayout>`.
221
* Remove any additional settings for the grid.
0 commit comments