--- a/ui/cocoa/GridLayout.h Sat Oct 04 14:54:25 2025 +0200 +++ b/ui/cocoa/GridLayout.h Sun Oct 19 21:20:08 2025 +0200 @@ -34,7 +34,7 @@ typedef struct GridElm { NSView *view; - int margin; + NSEdgeInsets margin; int x; int y; int colspan; @@ -56,6 +56,8 @@ @interface GridLayout : NSView<Container> +@property UiContainerX *container; + @property int columnspacing; @property int rowspacing; @property CxList *children;