Nearly white function area.
This commit is contained in:
parent
2a215953eb
commit
640feb82b7
@ -75,6 +75,7 @@ public class FunctionArea extends DArea implements Serializable {
|
||||
setVisibleRectangle(1, 1, 100000, 1000);
|
||||
setAutoFocus(true);
|
||||
setMinRectangle(0, 0, 1, 1);
|
||||
setBackground(new Color(253,253,253)); // not quite white
|
||||
//setAutoFocus(true);
|
||||
m_Border = new ScaledBorder();
|
||||
m_Border.x_label = xname; //"App. " + Name + " func. calls";
|
||||
|
Loading…
x
Reference in New Issue
Block a user