[GRASS-SVN] r40614 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 22 00:34:00 EST 2010


Author: cmbarton
Date: 2010-01-22 00:34:00 -0500 (Fri, 22 Jan 2010)
New Revision: 40614

Modified:
   grass/trunk/gui/wxpython/gui_modules/prompt.py
Log:
Lighten call tip background so text more readable (backport from develbranch_6)

Modified: grass/trunk/gui/wxpython/gui_modules/prompt.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/prompt.py	2010-01-22 05:32:14 UTC (rev 40613)
+++ grass/trunk/gui/wxpython/gui_modules/prompt.py	2010-01-22 05:34:00 UTC (rev 40614)
@@ -748,7 +748,7 @@
             
             usage, description = self.GetCommandUsage(cmd)
                                         
-            self.CallTipSetBackground("GREY")
+            self.CallTipSetBackground("PALE GREEN")
             self.CallTipSetForeground("BLACK")
             self.CallTipShow(pos, usage + '\n\n' + description)
             



More information about the grass-commit mailing list