Author: johannes
Date: 2006-07-05 09:13:58 -0500 (Wed, 05 Jul 2006)
New Revision: 8525

Modified:
   trunk/gnue-forms/src/uidrivers/wx26/widgets/gridline.py
Log:
Use other grid colors for the moment ...


Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/gridline.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/gridline.py     2006-07-05 
13:45:59 UTC (rev 8524)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/gridline.py     2006-07-05 
14:13:58 UTC (rev 8525)
@@ -74,10 +74,12 @@
             panel.SetSizer(hbx)
 
             if not spacer % 2:
-                panel.SetBackgroundColour(wx.GREEN)
+                color = wx.TheColourDatabase.FindColour('PALETURQUOISE')
             else:
-                panel.SetBackgroundColour(wx.CYAN)
+                color = wx.TheColourDatabase.FindColour('LIGHTSTEELBLUE')
 
+            panel.SetBackgroundColour(color)
+
             self._columns.setdefault(spacer, []).append(panel)
 
             pos = (row, offset)



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to