gitk: Set the font for all listbox widgets

This affects the font chooser.

Signed-off-by: Mark Hills <mark@pogo.org.uk>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Mark Hills 2010-01-13 20:40:20 +00:00 committed by Paul Mackerras
parent 0933b04e52
commit 207ad7b887

1
gitk
View File

@ -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.