mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 14:19:19 +01:00
Merge branch 'master' of github.com:processing/processing4
This commit is contained in:
@@ -79,7 +79,10 @@ public abstract class Editor extends JFrame implements RunnerListener {
|
||||
protected EditorState state;
|
||||
protected Mode mode;
|
||||
|
||||
static public final int LEFT_GUTTER = Toolkit.zoom(44);
|
||||
// There may be certain gutter sizes which cause text bounds inside the console to be calculated incorrectly. 45
|
||||
// seems to work but change with caution.
|
||||
static public final int LEFT_GUTTER = Toolkit.zoom(45);
|
||||
|
||||
static public final int RIGHT_GUTTER = Toolkit.zoom(12);
|
||||
static public final int GUTTER_MARGIN = Toolkit.zoom(3);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user