Variable ResizerWidget.minPreviousItemWidth

Controls the minimum width of the previous item

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