mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge branch 'main' of github.com:Textualize/textual into list-view
This commit is contained in:
1
docs/api/walk.md
Normal file
1
docs/api/walk.md
Normal file
@@ -0,0 +1 @@
|
||||
::: textual.walk
|
||||
@@ -23,7 +23,7 @@ class BindingApp(App):
|
||||
bar = Bar(color)
|
||||
bar.styles.background = Color.parse(color).with_alpha(0.5)
|
||||
self.mount(bar)
|
||||
self.call_later(self.screen.scroll_end, animate=False)
|
||||
self.call_after_refresh(self.screen.scroll_end, animate=False)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
@@ -46,6 +46,6 @@ width: auto
|
||||
|
||||
```python
|
||||
self.styles.height = 10
|
||||
self.styles.height = "50%
|
||||
self.styles.height = "50%"
|
||||
self.styles.height = "auto"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user