Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
isMacOS
Method · 0.95
scale
Method · 0.80
Tested by
no test coverage detected