mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
@@ -1,6 +1,6 @@
|
||||
# Layout
|
||||
|
||||
The `layout` property defines how a widget arranges its children.
|
||||
The `layout` style defines how a widget arranges its children.
|
||||
|
||||
## Syntax
|
||||
|
||||
@@ -22,7 +22,7 @@ See the [layout](../guide/layout.md) guide for more information.
|
||||
|
||||
## Example
|
||||
|
||||
Note how the `layout` property affects the arrangement of widgets in the example below.
|
||||
Note how the `layout` style affects the arrangement of widgets in the example below.
|
||||
To learn more about the grid layout, you can see the [layout guide](../guide/layout.md) or the [grid reference](../grid).
|
||||
|
||||
=== "Output"
|
||||
|
||||
Reference in New Issue
Block a user