aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Hills <mark@pogo.org.uk>2010-01-13 20:40:20 +0000
committerPaul Mackerras <paulus@samba.org>2010-03-20 20:53:21 +1100
commit207ad7b8878caa8b1d09c39ea0754f0192daece5 (patch)
treef66c795a2baf50ece62a11b3027910523883a06a
parent0933b04e5204674784b3ff7bcff68b663e633f8b (diff)
downloadgit-207ad7b8878caa8b1d09c39ea0754f0192daece5.tar.gz
git-207ad7b8878caa8b1d09c39ea0754f0192daece5.tar.xz
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>
-rwxr-xr-xgitk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitk b/gitk
index f1e70ad04..ccfc8dd89 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.