MCPcopy Index your code
hub / github.com/arduino/Arduino / getMinimumSize

Method getMinimumSize

app/src/processing/app/EditorHeader.java:346–351  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

344
345
346 public Dimension getMinimumSize() {
347 Dimension size = scale(new Dimension(300, GRID_SIZE));
348 if (OSUtils.isMacOS())
349 size.height--;
350 return size;
351 }
352
353
354 public Dimension getMaximumSize() {

Callers 5

getPreferredSizeMethod · 0.95
AbstractMonitorMethod · 0.45
onCreateWindowMethod · 0.45

Calls 2

isMacOSMethod · 0.95
scaleMethod · 0.80

Tested by

no test coverage detected