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

@@ -339,6 +339,10 @@ public class PdeEditorConsole extends Component {
ascent*lineCount + VINSET*2);
//}
}
public Dimension getMinimumSize() {
return getPreferredSize();
}
}