Sebastian Göls 6 년 전
부모
커밋
866411ce39
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -67,7 +67,7 @@ class Demo {
 
 	    // By using Dim.Fill(), it will automatically resize without manual intervention
 	    Width = Dim.Fill (),
-	    Heigh = Dim.Fill ()
+	    Height = Dim.Fill ()
 	};
         top.Add (win);