Function Window.minimumSize

Minimum size of this Window's content area, in screen coordinates.

const(Size) minimumSize() @property const;

void minimumSize (
  Size value
) @property;

To disable the minimum size limit for this Window, set this property to Window.dontCare.

See Also

Window size limits in the GLFW documentation