Browse Source

Fix the demo

miguel 5 years ago
parent
commit
12cfbb8231
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Example/demo.cs

+ 3 - 3
Example/demo.cs

@@ -425,10 +425,10 @@ static class Demo {
 		//Open ();
 		//Open ();
 #if true
 #if true
 		var win = new Window ("Hello") {
 		var win = new Window ("Hello") {
-			X = 0,
-			Y = 0,
+			X = 1,
+			Y = 1,
 			Width = Dim.Fill (),
 			Width = Dim.Fill (),
-			Height = Dim.Fill ()
+			Height = Dim.Fill ()-1
 		};
 		};
 #else
 #else
 		var tframe = top.Frame;
 		var tframe = top.Frame;