mirror of
https://github.com/1j01/textual-paint.git
synced 2025-01-02 20:04:36 +03:00
Add default status text "For Help, click Help Topics on the Help Menu."
This commit is contained in:
parent
14ca88ba5b
commit
d62b320ede
2
paint.py
2
paint.py
@ -1817,7 +1817,7 @@ class PaintApp(App[None]):
|
||||
)
|
||||
yield ColorsBox(id="colors_box")
|
||||
yield Container(
|
||||
Static(id="status_text"),
|
||||
Static(_("For Help, click Help Topics on the Help Menu."), id="status_text"),
|
||||
Static(id="status_coords"),
|
||||
Static(id="status_dimensions"),
|
||||
id="status_bar",
|
||||
|
Loading…
Reference in New Issue
Block a user