mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix(demo): fix maximize tips (#5258)
This commit is contained in:
@@ -60,7 +60,7 @@ class DemoApp(App):
|
||||
"ctrl+a",
|
||||
"app.maximize",
|
||||
"Maximize",
|
||||
tooltip="Maximized the focused widget (if possible)",
|
||||
tooltip="Maximize the focused widget (if possible)",
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
@@ -166,7 +166,7 @@ class Datatables(containers.VerticalGroup):
|
||||
A fully-featured DataTable, with cell, row, and columns cursors.
|
||||
Cells may be individually styled, and may include Rich renderables.
|
||||
|
||||
**Tip:** Focus the table and press `ctrl+m`
|
||||
**Tip:** Focus the table and press `ctrl+a`
|
||||
|
||||
"""
|
||||
DEFAULT_CSS = """
|
||||
|
||||
Reference in New Issue
Block a user