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

Method getMaximumSize

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

Source from the content-addressed store, hash-verified

352
353
354 public Dimension getMaximumSize() {
355 Dimension size = scale(new Dimension(30000, GRID_SIZE));
356 if (OSUtils.isMacOS())
357 size.height--;
358 return size;
359 }
360}

Callers

nothing calls this directly

Calls 2

isMacOSMethod · 0.95
scaleMethod · 0.80

Tested by

no test coverage detected