From ee9e776003ea5bcf2e8911085dcc16e7ffc23f40 Mon Sep 17 00:00:00 2001 From: Tig Date: Mon, 24 Jun 2024 09:06:32 -0700 Subject: [PATCH] Aligned statusbar in UI Catalog properly --- UICatalog/UICatalog.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/UICatalog/UICatalog.cs b/UICatalog/UICatalog.cs index a12675796..926171d61 100644 --- a/UICatalog/UICatalog.cs +++ b/UICatalog/UICatalog.cs @@ -451,6 +451,7 @@ internal class UICatalogApp StatusBar = new () { Visible = ShowStatusBar, + AlignmentModes = AlignmentModes.IgnoreFirstOrLast }; if (StatusBar is { })