Variable GridWidgetBase._defColumnWidth

default column width - for newly added columns

class GridWidgetBase
{
  // ...
  int _defColumnWidth;
  // ...
}