--- a/ui/gtk/container.h Sun Nov 10 10:16:47 2024 +0100 +++ b/ui/gtk/container.h Sun Nov 10 15:27:44 2024 +0100 @@ -62,6 +62,8 @@ char *label; UiBool hexpand; UiBool vexpand; + UiBool hfill; + UiBool vfill; int width; int colspan; int rowspan;