--- a/ui/cocoa/GridLayout.h Sat Oct 04 18:33:58 2025 +0200 +++ b/ui/cocoa/GridLayout.h Sun Oct 05 12:34:42 2025 +0200 @@ -34,7 +34,7 @@ typedef struct GridElm { NSView *view; - int margin; + NSEdgeInsets margin; int x; int y; int colspan;