the good stuff

This commit is contained in:
benfry
2002-07-23 15:37:18 +00:00
parent 2dc78a86e7
commit a7d018ec9f
4 changed files with 39 additions and 15 deletions

View File

@@ -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();