Variable GridWidgetBase._defRowHeight

default row height - for newly added rows

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