Skip to content

Commit 262777e

Browse files
committed
Unit test cleanup2
1 parent f8c384a commit 262777e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UICatalog/UICatalog.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ public UICatalogTopLevel ()
793793
CanFocus = true,
794794
Title = "_Categories",
795795
BorderStyle = LineStyle.Rounded,
796-
//SuperViewRendersLineCanvas = true,
796+
SuperViewRendersLineCanvas = true,
797797
Source = new ListWrapper<string> (_categories)
798798
};
799799
CategoryList.OpenSelectedItem += (s, a) => { ScenarioList!.SetFocus (); };
@@ -804,7 +804,7 @@ public UICatalogTopLevel ()
804804
// category).
805805
ScenarioList = new ()
806806
{
807-
X = Pos.Right (CategoryList),
807+
X = Pos.Right (CategoryList) - 1,
808808
Y = Pos.Bottom (menuBar),
809809
Width = Dim.Fill (),
810810
Height = Dim.Fill (Dim.Func (() =>
@@ -819,7 +819,7 @@ public UICatalogTopLevel ()
819819
CanFocus = true,
820820
Title = "_Scenarios",
821821
BorderStyle = CategoryList.BorderStyle,
822-
//SuperViewRendersLineCanvas = true
822+
SuperViewRendersLineCanvas = true
823823
};
824824

825825
// TableView provides many options for table headers. For simplicity we turn all

0 commit comments

Comments
 (0)