Class: TEgDBGridEx
procedure RestoreMinimumColumnWidths;
Independent recovery utility: widens every column currently narrower
than MinColumnWidth
up to that value, one by one. Does not touch columns already at or above
the minimum, and does not rebalance the total width against the client
area the way AdjustColumnWidth
does. Not called automatically from anywhere - call it on demand (for
example, from a “reset columns” button) after manual or automatic
resizing has squashed one or more columns.