mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add a missing
This commit is contained in:
@@ -143,7 +143,7 @@ class Header(Widget):
|
|||||||
show_clock: ``True`` if the clock should be shown on the right of the header.
|
show_clock: ``True`` if the clock should be shown on the right of the header.
|
||||||
name: The name of the header widget.
|
name: The name of the header widget.
|
||||||
id: The ID of the header widget in the DOM.
|
id: The ID of the header widget in the DOM.
|
||||||
classes: The CSS classes of header widget.
|
classes: The CSS classes of the header widget.
|
||||||
"""
|
"""
|
||||||
super().__init__(name=name, id=id, classes=classes)
|
super().__init__(name=name, id=id, classes=classes)
|
||||||
self._show_clock = show_clock
|
self._show_clock = show_clock
|
||||||
|
|||||||
Reference in New Issue
Block a user