mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
the good stuff
This commit is contained in:
@@ -66,7 +66,7 @@ public class PdeEditor extends Panel {
|
||||
// set bgcolor of buttons here, b/c also used for empty component
|
||||
buttons = new PdeEditorButtons(this);
|
||||
Color buttonBgColor =
|
||||
PdeBase.getColor("editor.buttons.bgcolor", new Color(153, 0, 0));
|
||||
PdeBase.getColor("editor.buttons.bgcolor", new Color(0x99, 0x99, 0x99));
|
||||
buttons.setBackground(buttonBgColor);
|
||||
leftPanel.add("North", buttons);
|
||||
Label dummy = new Label();
|
||||
|
||||
Reference in New Issue
Block a user