Quellcode durchsuchen

Aligned statusbar in UI Catalog properly

Tig vor 1 Jahr
Ursprung
Commit
ee9e776003
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      UICatalog/UICatalog.cs

+ 1 - 0
UICatalog/UICatalog.cs

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