This commit is contained in:
Sebastian Göls
2019-03-14 03:10:24 +01:00
committed by Miguel de Icaza
parent b14ca90a34
commit 866411ce39

View File

@@ -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);