From cd9e76947a2e5f8027ff962f9af8d4ae608820dd Mon Sep 17 00:00:00 2001 From: electria Date: Thu, 25 Jun 2026 21:13:13 -0700 Subject: [PATCH] fix: alignment inconsistence when there were no elements, the alignment of the parent column matters --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 363be63..01d9cfb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -148,6 +148,7 @@ impl State { ) .into(), ]) + .align_x(Horizontal::Center) .into() })) .spacing(15)