ui/motif/Grid.c

changeset 900
6e1485d5451a
parent 752
08a2421957f1
child 901
884d70e847a3
--- a/ui/motif/Grid.c	Mon Nov 17 08:05:47 2025 +0100
+++ b/ui/motif/Grid.c	Mon Nov 17 08:27:03 2025 +0100
@@ -638,7 +638,7 @@
                 height = r.size - w->mywidget.rowspacing;
             }
         }
-        
+              
         if(width > 0 && height > 0) {
             XtConfigureWidget(child, x, y, width, height, child->core.border_width);
         }

mercurial