From 13b5e3239d825036afbd716bf617c09358caf14f Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 2 Oct 2024 14:47:47 +0100 Subject: [PATCH] restore redundant style --- src/textual/widgets/_loading_indicator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/textual/widgets/_loading_indicator.py b/src/textual/widgets/_loading_indicator.py index fdc31793c0..0dae7324dc 100644 --- a/src/textual/widgets/_loading_indicator.py +++ b/src/textual/widgets/_loading_indicator.py @@ -18,8 +18,8 @@ class LoadingIndicator(Widget): DEFAULT_CSS = """ LoadingIndicator { - # width: 100%; - # height: 100%; + width: 100%; + height: 100%; min-height: 1; content-align: center middle; color: $accent;