mlhim-specs-dev team mailing list archive
-
mlhim-specs-dev team
-
Mailing list archive
-
Message #00662
[Branch ~cdd-dev/cdd/trunk] Rev 220: Changed BG color in the tree area. The other colors need to be brightened up as well.
------------------------------------------------------------
revno: 220
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: cdd
timestamp: Sat 2012-08-11 12:41:40 -0300
message:
Changed BG color in the tree area. The other colors need to be brightened up as well.
modified:
src/cdd.py
--
lp:cdd
https://code.launchpad.net/~cdd-dev/cdd/trunk
Your team MLHIM Specifications Developers is subscribed to branch lp:cdd.
To unsubscribe from this branch go to https://code.launchpad.net/~cdd-dev/cdd/trunk/+edit-subscription
=== modified file 'src/cdd.py'
--- src/cdd.py 2012-08-04 07:04:34 +0000
+++ src/cdd.py 2012-08-11 15:41:40 +0000
@@ -148,7 +148,7 @@
self.root = self.tree.AddRoot('CCD')
self.md = self.tree.AppendItem(self.root, "Metadata")
self.defin = self.tree.AppendItem(self.root, "definition")
- self.tree.SetBackgroundColour(wx.Colour(207, 239, 244))
+ self.tree.SetBackgroundColour(wx.Colour(252, 231, 36))
self.tree.Bind(wx.EVT_TREE_SEL_CHANGED, self.OnSelChanged, id=1)
self.display = wx.StaticText(self.panel2, -1, _("Enter the Metadata then select 'definition'\n to begin building your CCD."),(10,10), style=wx.ALIGN_CENTRE)