Kaynağa Gözat

Aligned statusbar in UI Catalog properly

Tig 1 yıl önce
ebeveyn
işleme
ee9e776003
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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 { })