Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Edit/MainWindow.py
diff options
context:
space:
mode:
authoramartin <olpc@xo-05-28-21.localdomain>2007-08-18 03:17:21 (GMT)
committer amartin <olpc@xo-05-28-21.localdomain>2007-08-18 03:17:21 (GMT)
commitd9c019c42bf72e722756f89b5dfc6a9e2a1fe3b0 (patch)
tree94e32685afb6c96796989bbb9db0c27c648a62f1 /Edit/MainWindow.py
parentdcc14c2fec23abe044d7bc1b9ed13426354c6163 (diff)
generation preview
Diffstat (limited to 'Edit/MainWindow.py')
-rw-r--r--Edit/MainWindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Edit/MainWindow.py b/Edit/MainWindow.py
index 770d4b9..6e1443a 100644
--- a/Edit/MainWindow.py
+++ b/Edit/MainWindow.py
@@ -1933,7 +1933,7 @@ class InstrumentButton( gtk.DrawingArea ):
colormap = self.get_colormap()
self.color = { "background": colormap.alloc_color( backgroundFill, True, True ),
"divider": colormap.alloc_color( "#000", True, True ),
- "+/-": colormap.alloc_color( "#818286", True, True ),
+ "+/-": colormap.alloc_color( Config.FG_COLOR, True, True ),
"+/-Highlight": colormap.alloc_color( "#FFF", True, True ) }
self.pixmap = None