From: Mark Hills Date: Wed, 13 Jan 2010 20:40:20 +0000 (+0000) Subject: gitk: Set the font for all listbox widgets X-Git-Url: http://privyetmir.co.uk/gitweb?a=commitdiff_plain;h=207ad7b8878caa8b1d09c39ea0754f0192daece5;p=gitk gitk: Set the font for all listbox widgets This affects the font chooser. Signed-off-by: Mark Hills Signed-off-by: Paul Mackerras --- diff --git a/gitk b/gitk index f1e70ad..ccfc8dd 100755 --- 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.