Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/InstrumentPanel.py
diff options
context:
space:
mode:
authorNat <Nat@localhost.localdomain>2007-02-20 02:45:49 (GMT)
committer Nat <Nat@localhost.localdomain>2007-02-20 02:45:49 (GMT)
commit0f854518126073ab3bad4d3e0b9f1405e5624483 (patch)
tree4d88ab878f7c303bacc1550b06862177a749981c /Util/InstrumentPanel.py
parent13c61a1c758995b3a92b9ba88239f70865739dfd (diff)
Color stuff, I'm tired !
Diffstat (limited to 'Util/InstrumentPanel.py')
-rw-r--r--Util/InstrumentPanel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/InstrumentPanel.py b/Util/InstrumentPanel.py
index 6d159b7..cbbca97 100644
--- a/Util/InstrumentPanel.py
+++ b/Util/InstrumentPanel.py
@@ -36,7 +36,7 @@ class InstrumentPanel(gtk.EventBox):
def draw_toolbar(self):
toolbarBox = gtk.HBox()
for category in Config.CATEGORIES:
- btnBox = RoundVBox(fillcolor = '#FF7200', bordercolor = Config.PANEL_BCK_COLOR, radius = Config.PANEL_RADIUS)
+ btnBox = RoundVBox(fillcolor = '#6F947B', bordercolor = Config.PANEL_BCK_COLOR, radius = Config.PANEL_RADIUS)
btnBox.set_border_width(Config.PANEL_SPACING)
btn = ImageButton(Config.IMAGE_ROOT + category + '.png')
btn.connect('clicked',self.handleToolbarBtnPress,category)