minor changes to work a little better on macosx

This commit is contained in:
benfry
2003-08-05 03:16:43 +00:00
parent f45834921c
commit 74cd6194d8
2 changed files with 18 additions and 14 deletions

View File

@@ -53,8 +53,8 @@ public class PdeEditorStatus extends Panel
static final String PROMPT_OK = "Ok";
static final String NO_MESSAGE = "";
static final int BUTTON_WIDTH = 66;
static final int BUTTON_HEIGHT = 24; //20;
static final int BUTTON_WIDTH = 70; //66;
static final int BUTTON_HEIGHT = 24;
PdeEditor editor;