From cbc8f71e0ff888fe6d5d8b35016399af718ab0fc Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Sat, 5 Nov 2022 18:56:11 -0600 Subject: [PATCH] clean up --- UICatalog/Scenarios/WindowsAndFrameViews.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/UICatalog/Scenarios/WindowsAndFrameViews.cs b/UICatalog/Scenarios/WindowsAndFrameViews.cs index 260f8769b..4c4c16b01 100644 --- a/UICatalog/Scenarios/WindowsAndFrameViews.cs +++ b/UICatalog/Scenarios/WindowsAndFrameViews.cs @@ -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,