mirror of
https://github.com/processing/processing4.git
synced 2026-02-09 08:39:33 +01:00
minor changes to work a little better on macosx
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user