Преглед изворни кода

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 година
родитељ
комит
daa058735a
1 измењених фајлова са 1 додато и 1 уклоњено
  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)