diff -r a56c2baa9429 -r 91f45354d1e2 ui/wpf/UIcore/Window.cs --- a/ui/wpf/UIcore/Window.cs Sun Feb 01 10:35:07 2015 +0100 +++ b/ui/wpf/UIcore/Window.cs Sun Feb 01 12:37:31 2015 +0100 @@ -11,6 +11,18 @@ { public class MainWindow : Window, Container { + public Layout Layout + { + get + { + return Container.Layout; + } + set + { + Container.Layout = value; + } + } + public IntPtr Object; public Container Container;