resetPhysicalSize method

void resetPhysicalSize()

Resets physicalSize to the default value for this view.

This will also reset physicalGeometry as the values are dependent on one another.

Implementation

void resetPhysicalSize() {
  resetPhysicalGeometry();
}