clear method

void clear()

Clear all the panel info and default sizes

Implementation

void clear() {
  panelsInfo.clear();
  defaultSizes.clear();
}