mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add a missing word
This commit is contained in:
@@ -105,7 +105,7 @@ With a header and a footer widget the DOM looks the this:
|
|||||||
|
|
||||||
Both Header and Footer are children of the Screen object.
|
Both Header and Footer are children of the Screen object.
|
||||||
|
|
||||||
To further explore the DOM, we're going to build a simple dialog with a question and two buttons. To do this we're going import and use a few more builtin widgets:
|
To further explore the DOM, we're going to build a simple dialog with a question and two buttons. To do this we're going to import and use a few more builtin widgets:
|
||||||
|
|
||||||
- `textual.layout.Container` For our top-level dialog.
|
- `textual.layout.Container` For our top-level dialog.
|
||||||
- `textual.layout.Horizontal` To arrange widgets left to right.
|
- `textual.layout.Horizontal` To arrange widgets left to right.
|
||||||
|
|||||||
Reference in New Issue
Block a user