Charlie Kindel 2 years ago
parent
commit
cbc8f71e0f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      UICatalog/Scenarios/WindowsAndFrameViews.cs

+ 0 - 1
UICatalog/Scenarios/WindowsAndFrameViews.cs

@@ -24,7 +24,6 @@ namespace UICatalog.Scenarios {
 			//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);
 			Application.Top.Remove (Win);
 			Win?.Dispose ();
 			Win?.Dispose ();
-			Win.Height = 10;
 			Win = new Window ($"{listWin.Count} - Scenario: {GetName ()}", padding) {
 			Win = new Window ($"{listWin.Count} - Scenario: {GetName ()}", padding) {
 				X = Pos.Center (),
 				X = Pos.Center (),
 				Y = 1,
 				Y = 1,