Add a docstring to TextLog

This commit is contained in:
Dave Pearson
2023-03-01 10:44:20 +00:00
parent 74526c1902
commit c619984845

View File

@@ -21,6 +21,8 @@ from ..strip import Strip
class TextLog(ScrollView, can_focus=True):
"""A widget for logging text."""
DEFAULT_CSS = """
TextLog{
background: $surface;