ui/cocoa/GridLayout.h

changeset 799
f8ff8df41713
parent 785
b943e3d618f0
child 811
1391ba7e533f
--- 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;

mercurial