mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
tweaking new layout for windows
This commit is contained in:
@@ -340,9 +340,14 @@ public class PdeEditorConsole extends Component {
|
||||
//}
|
||||
}
|
||||
|
||||
public Dimension getMinimumSize() {
|
||||
return getPreferredSize();
|
||||
}
|
||||
public Dimension getMinimumSize() {
|
||||
return getPreferredSize();
|
||||
}
|
||||
|
||||
public Dimension getMaximumSize() {
|
||||
Dimension pref = getPreferredSize();
|
||||
return new Dimension(3000, pref.width);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user