diff -r 7b5ba65b246f -r 1391ba7e533f ui/cocoa/GridLayout.h --- a/ui/cocoa/GridLayout.h Tue Oct 07 14:59:11 2025 +0200 +++ b/ui/cocoa/GridLayout.h Tue Oct 07 15:42:18 2025 +0200 @@ -56,6 +56,8 @@ @interface GridLayout : NSView +@property UiContainerX *container; + @property int columnspacing; @property int rowspacing; @property CxList *children;