Fix the demo

This commit is contained in:
miguel
2020-04-14 21:48:59 -04:00
parent d772cf4962
commit 12cfbb8231

View File

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