mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
last bits of 58, dealing with compiler, etc
This commit is contained in:
@@ -53,7 +53,8 @@ public class PdeEditorStatus extends Panel
|
||||
static final String PROMPT_OK = "Ok";
|
||||
static final String NO_MESSAGE = "";
|
||||
|
||||
static final int BUTTON_WIDTH = 70; //66;
|
||||
// mac needs it to be 70, windows needs 66, linux needs 76
|
||||
static final int BUTTON_WIDTH = 76;
|
||||
static final int BUTTON_HEIGHT = 24;
|
||||
|
||||
PdeEditor editor;
|
||||
|
||||
Reference in New Issue
Block a user