git-gui: theme the search and line-number entry fields on blame screen

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
This commit is contained in:
Pat Thoyts
2011-10-19 12:44:39 +01:00
parent 1159971baa
commit 3592767276
3 changed files with 100 additions and 8 deletions

View File

@ -15,7 +15,7 @@ constructor new {i_w i_text args} {
${NS}::frame $w
${NS}::label $w.l -text [mc "Goto Line:"]
entry $w.ent \
tentry $w.ent \
-textvariable ${__this}::linenum \
-background lightgreen \
-validate key \