From 2ff4040685bfea8e9ebccad67f1918ab921726ea Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Sat, 5 Nov 2022 18:55:40 -0600 Subject: [PATCH] Fixed bug in scenario that was there all along; cleaned up a bit. renamed --- UICatalog/Scenarios/WindowsAndFrameViews.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UICatalog/Scenarios/WindowsAndFrameViews.cs b/UICatalog/Scenarios/WindowsAndFrameViews.cs index 4f424901a..260f8769b 100644 --- a/UICatalog/Scenarios/WindowsAndFrameViews.cs +++ b/UICatalog/Scenarios/WindowsAndFrameViews.cs @@ -21,9 +21,10 @@ namespace UICatalog.Scenarios { // list of Windows we create var listWin = new List (); - // Ignore the Win that UI Catalog created and create a new one + //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,