This commit is contained in:
Charlie Kindel
2022-11-05 18:56:11 -06:00
parent 2ff4040685
commit cbc8f71e0f

View File

@@ -24,7 +24,6 @@ namespace UICatalog.Scenarios {
//Ignore the Win that UI Catalog created and create a new one
Application.Top.Remove (Win);
Win?.Dispose ();
Win.Height = 10;
Win = new Window ($"{listWin.Count} - Scenario: {GetName ()}", padding) {
X = Pos.Center (),
Y = 1,