Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitk: Set the font for all listbox widgets
[gitweb.git]
/
gitk
diff --git
a/gitk
b/gitk
index f1e70ad04714e87efffaa6ccbd25e4c81b321624..ccfc8dd89d01030d9c3c3fade37deb5860a80439 100755
(executable)
--- a/
gitk
+++ b/
gitk
@@
-1880,6
+1880,7
@@
proc setoptions {} {
option add *Entry.font uifont startupFile
option add *Labelframe.font uifont startupFile
option add *Spinbox.font textfont startupFile
+ option add *Listbox.font mainfont startupFile
}
# Make a menu and submenus.