Aligned statusbar in UI Catalog properly

This commit is contained in:
Tig
2024-06-24 09:06:32 -07:00
parent fbfeb759cd
commit ee9e776003

View File

@@ -451,6 +451,7 @@ internal class UICatalogApp
StatusBar = new ()
{
Visible = ShowStatusBar,
AlignmentModes = AlignmentModes.IgnoreFirstOrLast
};
if (StatusBar is { })