Variable DockSpace._maxSpace

struct DockSpace
{
  // ...
  int _maxSpace;
  // ...
}