File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -793,7 +793,7 @@ public UICatalogTopLevel ()
793
793
CanFocus = true ,
794
794
Title = "_Categories" ,
795
795
BorderStyle = LineStyle . Rounded ,
796
- // SuperViewRendersLineCanvas = true,
796
+ SuperViewRendersLineCanvas = true ,
797
797
Source = new ListWrapper < string > ( _categories )
798
798
} ;
799
799
CategoryList . OpenSelectedItem += ( s , a ) => { ScenarioList ! . SetFocus ( ) ; } ;
@@ -804,7 +804,7 @@ public UICatalogTopLevel ()
804
804
// category).
805
805
ScenarioList = new ( )
806
806
{
807
- X = Pos . Right ( CategoryList ) ,
807
+ X = Pos . Right ( CategoryList ) - 1 ,
808
808
Y = Pos . Bottom ( menuBar ) ,
809
809
Width = Dim . Fill ( ) ,
810
810
Height = Dim . Fill ( Dim . Func ( ( ) =>
@@ -819,7 +819,7 @@ public UICatalogTopLevel ()
819
819
CanFocus = true ,
820
820
Title = "_Scenarios" ,
821
821
BorderStyle = CategoryList . BorderStyle ,
822
- // SuperViewRendersLineCanvas = true
822
+ SuperViewRendersLineCanvas = true
823
823
} ;
824
824
825
825
// TableView provides many options for table headers. For simplicity we turn all
You can’t perform that action at this time.
0 commit comments