mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-29 07:30:21 +00:00
docs: break broken image link for sample layout
This commit is contained in:
parent
7e71832d10
commit
96ca024acc
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ The second column is split into two rows with a 1:1 ratio. The first is the temp
|
||||||
|
|
||||||
This is what the layout would look like when run:
|
This is what the layout would look like when run:
|
||||||
|
|
||||||
![Sample layout](/assets/screenshots/config/layout/sample_layout.webp)
|
![Sample layout](../../../assets/screenshots/config/layout/sample_layout.webp)
|
||||||
|
|
||||||
Each `[[row]]` represents a _row_ in the layout. A row can have any number of `child` values. Each `[[row.child]]`
|
Each `[[row]]` represents a _row_ in the layout. A row can have any number of `child` values. Each `[[row.child]]`
|
||||||
represents either a _column or a widget_. A column can have any number of `child` values as well. Each `[[row.child.child]]`
|
represents either a _column or a widget_. A column can have any number of `child` values as well. Each `[[row.child.child]]`
|
||||||
|
|
Loading…
Reference in a new issue