Browse Source

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>
maint
Mark Hills 15 years ago committed by Paul Mackerras
parent
commit
207ad7b887
  1. 1
      gitk

1
gitk

@ -1880,6 +1880,7 @@ proc setoptions {} { @@ -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.

Loading…
Cancel
Save