diff -r 4a8b1a748f09 -r 5db4979bf482 ui/winui/container.h --- a/ui/winui/container.h Sun Sep 24 12:03:57 2023 +0200 +++ b/ui/winui/container.h Sun Oct 01 09:23:47 2023 +0200 @@ -68,7 +68,9 @@ UiBool hexpand; UiBool vexpand; int width; - int gridwidth; + int height; + int colspan; + int rowspan; }; struct UiContainer {