X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-gui%2Flib%2Fbrowser.tcl;h=ab470d12648c1dd3560b411e70ea210cc4381e3e;hb=ef567fe70adced1a844088e04dc4b6dd4e83edfb;hp=53d5a628165a29c592ab14c234a000a56d7c6a12;hpb=a41acc63badf20cbb22cca61039dca9309deaa19;p=git.git diff --git a/git-gui/lib/browser.tcl b/git-gui/lib/browser.tcl index 53d5a6281..ab470d126 100644 --- a/git-gui/lib/browser.tcl +++ b/git-gui/lib/browser.tcl @@ -39,7 +39,8 @@ constructor new {commit {path {}}} { frame $w.list set w_list $w.list.l - text $w_list -background white -borderwidth 0 \ + text $w_list -background white -foreground black \ + -borderwidth 0 \ -cursor $cursor_ptr \ -state disabled \ -wrap none \