diff options
author | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2008-04-02 18:09:56 +0000 |
---|---|---|
committer | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2008-04-02 18:09:56 +0000 |
commit | 05d113a99794fb2e5cbd9fa624e73a53e9c64882 (patch) | |
tree | d0d57918ff69cb18b302bc284fb21271ccdf558a /src/w_breakpoints.h | |
parent | bbde9edb23856238349150fd1038d3a540a2bd15 (diff) |
Added phasorshot~ external to tof
svn path=/trunk/externals/tof/; revision=9674
Diffstat (limited to 'src/w_breakpoints.h')
-rwxr-xr-x | src/w_breakpoints.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w_breakpoints.h b/src/w_breakpoints.h index f7d8754..672fc93 100755 --- a/src/w_breakpoints.h +++ b/src/w_breakpoints.h @@ -7,7 +7,7 @@ #define abs fabs
#endif
-#define BACKGROUNDCOLOR "grey"
+#define BACKGROUNDCOLOR "grey86"
#define LINECOLOR "grey30"
#ifndef BACKGROUNDWIDTH
#define BACKGROUNDWIDTH "1"
|