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 коммит произвёл Paul Mackerras
Родитель 0933b04e52
Коммит 207ad7b887
1 изменённых файлов: 1 добавлений и 0 удалений

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