Charlie Kindel 2 년 전
부모
커밋
cbc8f71e0f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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
 			Application.Top.Remove (Win);
 			Win?.Dispose ();
-			Win.Height = 10;
 			Win = new Window ($"{listWin.Count} - Scenario: {GetName ()}", padding) {
 				X = Pos.Center (),
 				Y = 1,