mirror of
https://github.com/processing/processing4.git
synced 2026-02-09 16:49:21 +01:00
may have fixed bug causing weird overlap of the status window
This commit is contained in:
@@ -203,6 +203,11 @@ public class PdeEditorHeader extends Panel /* implements ActionListener*/ {
|
||||
|
||||
|
||||
public Dimension getPreferredSize() {
|
||||
//return new Dimension(300, PdeEditor.GRID_SIZE);
|
||||
return getMinimumSize();
|
||||
}
|
||||
|
||||
public Dimension getMinimumSize() {
|
||||
return new Dimension(300, PdeEditor.GRID_SIZE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user