diff -r 7e153ce81477 -r 6e1485d5451a ui/motif/Grid.c --- 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); }