Sebastian Göls před 6 roky
rodič
revize
866411ce39
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);