Quellcode durchsuchen

UICatalog Category list use dimauto

Tig vor 1 Jahr
Ursprung
Commit
e4e380498e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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,