We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbbac9d commit ddf6036Copy full SHA for ddf6036
app/src/processing/app/EditorHeader.java
@@ -351,7 +351,7 @@ public Dimension getMinimumSize() {
351
352
353
public Dimension getMaximumSize() {
354
- Dimension size = scale(new Dimension(3000, GRID_SIZE));
+ Dimension size = scale(new Dimension(30000, GRID_SIZE));
355
if (OSUtils.isMacOS())
356
size.height--;
357
return size;
app/src/processing/app/EditorToolbar.java
@@ -450,7 +450,7 @@ public Dimension getMinimumSize() {
450
451
452
453
- return new Dimension(scale(3000), BUTTON_HEIGHT);
+ return new Dimension(scale(30000), BUTTON_HEIGHT);
454
}
455
456
public boolean dispatchKeyEvent(final KeyEvent e) {
0 commit comments