may have fixed bug causing weird overlap of the status window

This commit is contained in:
benfry
2002-11-19 22:17:44 +00:00
parent 1307ff446f
commit 7808c75511
5 changed files with 47 additions and 10 deletions

View File

@@ -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);
}