Browse Source

Lighten call tip background so text more readable (backport from develbranch_6)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40614 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 15 years ago
parent
commit
daa058735a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/gui_modules/prompt.py

+ 1 - 1
gui/wxpython/gui_modules/prompt.py

@@ -748,7 +748,7 @@ class GPromptSTC(GPrompt, wx.stc.StyledTextCtrl):
             
             usage, description = self.GetCommandUsage(cmd)
                                         
-            self.CallTipSetBackground("GREY")
+            self.CallTipSetBackground("PALE GREEN")
             self.CallTipSetForeground("BLACK")
             self.CallTipShow(pos, usage + '\n\n' + description)