commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r8525 - trunk/gnue-forms/src/uidrivers/wx26/widgets


From: johannes
Subject: [gnue] r8525 - trunk/gnue-forms/src/uidrivers/wx26/widgets
Date: Wed, 5 Jul 2006 09:13:58 -0500 (CDT)

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)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]