diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-03-11 22:59:35 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-11 22:59:35 -0700 |
commit | a6828f536119c3288b0be772e3870f1a464d017d (patch) | |
tree | b991d1ff6118560c2fdcc78395b977e479b507ce /git-gui/lib/choose_font.tcl | |
parent | ae90e16a3a7586bc25b7c7de50e4c3ba4806b3b9 (diff) | |
parent | 7276607886e99fa3bb5f0ddadb9f0daeb3958d2d (diff) | |
download | git-a6828f536119c3288b0be772e3870f1a464d017d.tar.gz |
Merge git://repo.or.cz/git-gui
* git://repo.or.cz/git-gui:
git-gui: Simplify MSGFMT setting in Makefile
git-gui: Add option for changing the width of the commit message text box
git-gui: if a background colour is set, set foreground colour as well
git-gui: translate the remaining messages in zh_cn.po to chinese
Diffstat (limited to 'git-gui/lib/choose_font.tcl')
-rw-r--r-- | git-gui/lib/choose_font.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git-gui/lib/choose_font.tcl b/git-gui/lib/choose_font.tcl index 0c4051b375..56443b042c 100644 --- a/git-gui/lib/choose_font.tcl +++ b/git-gui/lib/choose_font.tcl @@ -55,6 +55,7 @@ constructor pick {path title a_family a_size} { set w_family $w.inner.family.v text $w_family \ -background white \ + -foreground black \ -borderwidth 1 \ -relief sunken \ -cursor $::cursor_ptr \ @@ -92,6 +93,7 @@ constructor pick {path title a_family a_size} { set w_example $w.example.t text $w_example \ -background white \ + -foreground black \ -borderwidth 1 \ -relief sunken \ -height 3 \ |