mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
issue 451
This commit is contained in:
@@ -219,7 +219,7 @@ public class Editor extends JFrame implements RunnerListener {
|
||||
splitPane.setDividerSize(dividerSize);
|
||||
}
|
||||
|
||||
splitPane.setMinimumSize(new Dimension(600, 400));
|
||||
// splitPane.setMinimumSize(new Dimension(600, 400));
|
||||
box.add(splitPane);
|
||||
|
||||
// hopefully these are no longer needed w/ swing
|
||||
|
||||
Reference in New Issue
Block a user