1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-22 08:22:04 +03:00

Lowering minimum editor heights for netbooks

http://code.google.com/p/arduino/issues/detail?id=52
This commit is contained in:
David A. Mellis
2012-02-14 16:13:39 -08:00
parent cb8e184ab8
commit 6ab18ea1cc
2 changed files with 11 additions and 4 deletions

View File

@ -264,7 +264,9 @@ public class Editor extends JFrame implements RunnerListener {
splitPane.setDividerSize(dividerSize);
}
splitPane.setMinimumSize(new Dimension(600, 400));
// the following changed from 600, 400 for netbooks
// http://code.google.com/p/arduino/issues/detail?id=52
splitPane.setMinimumSize(new Dimension(600, 100));
box.add(splitPane);
// hopefully these are no longer needed w/ swing