ソースを参照

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)