Browse Source

Unit test cleanup2

Tig 8 months ago
parent
commit
262777e21f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      UICatalog/UICatalog.cs

+ 3 - 3
UICatalog/UICatalog.cs

@@ -793,7 +793,7 @@ public class UICatalogApp
                 CanFocus = true,
                 Title = "_Categories",
                 BorderStyle = LineStyle.Rounded,
-                //SuperViewRendersLineCanvas = true,
+                SuperViewRendersLineCanvas = true,
                 Source = new ListWrapper<string> (_categories)
             };
             CategoryList.OpenSelectedItem += (s, a) => { ScenarioList!.SetFocus (); };
@@ -804,7 +804,7 @@ public class UICatalogApp
             // category).
             ScenarioList = new ()
             {
-                X = Pos.Right (CategoryList),
+                X = Pos.Right (CategoryList) - 1,
                 Y = Pos.Bottom (menuBar),
                 Width = Dim.Fill (),
                 Height = Dim.Fill (Dim.Func (() =>
@@ -819,7 +819,7 @@ public class UICatalogApp
                 CanFocus = true,
                 Title = "_Scenarios",
                 BorderStyle = CategoryList.BorderStyle,
-                //SuperViewRendersLineCanvas = true
+                SuperViewRendersLineCanvas = true
             };
 
             // TableView provides many options for table headers. For simplicity we turn all