Variable ResizerWidget.minNextItemWidth

Controls the minimum width of the next item

class ResizerWidget
{
  // ...
  ulong minNextItemWidth = 100LU;
  // ...
}