fix(demo): fix maximize tips (#5258)

This commit is contained in:
TomJGooding
2024-11-19 21:03:22 +00:00
committed by GitHub
parent 0e1af95893
commit e6ade76c6b
2 changed files with 2 additions and 2 deletions

View File

@@ -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)",
),
]

View File

@@ -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 = """