Browse Source

UICatalog Category list use dimauto

Tig 1 year ago
parent
commit
e4e380498e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UICatalog/UICatalog.cs

+ 1 - 1
UICatalog/UICatalog.cs

@@ -486,7 +486,7 @@ internal class UICatalogApp
             {
                 X = 0,
                 Y = 1,
-                Width = Dim.Percent (30),
+                Width = Dim.Auto (),
                 Height = Dim.Fill (1),
                 AllowsMarking = false,
                 CanFocus = true,