summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7b3b151)
raw | patch | inline | side by side (parent: 7b3b151)
author | Paul Mackerras <paulus@samba.org> | |
Sat, 27 Oct 2007 11:31:07 +0000 (21:31 +1000) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Sat, 27 Oct 2007 11:31:07 +0000 (21:31 +1000) |
This makes the radio buttons for selecting whether to see the full diff,
the old version or the new version use the same font as the other user
interface elements.
Signed-off-by: Paul Mackerras <paulus@samba.org>
the old version or the new version use the same font as the other user
interface elements.
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk | patch | blob | history |
index 4efcbb79574d91fdc8f03b1bf38db937fd2ec0c4..1da0b0af1d1da6c8596f366d7a36519b4e249c3b 100755 (executable)
--- a/gitk
+++ b/gitk
lappend entries $sstring
trace add variable searchstring write incrsearch
pack $sstring -side left -expand 1 -fill x
- radiobutton .bleft.mid.diff -text "Diff" \
+ radiobutton .bleft.mid.diff -text "Diff" -font uifont \
-command changediffdisp -variable diffelide -value {0 0}
- radiobutton .bleft.mid.old -text "Old version" \
+ radiobutton .bleft.mid.old -text "Old version" -font uifont \
-command changediffdisp -variable diffelide -value {0 1}
- radiobutton .bleft.mid.new -text "New version" \
+ radiobutton .bleft.mid.new -text "New version" -font uifont \
-command changediffdisp -variable diffelide -value {1 0}
label .bleft.mid.labeldiffcontext -text " Lines of context: " \
-font uifont