Code

gitk: Restore some widget options whose defaults changed in Tk 8.5
authorPaul Mackerras <paulus@samba.org>
Sun, 6 Jan 2008 04:54:46 +0000 (15:54 +1100)
committerPaul Mackerras <paulus@samba.org>
Sun, 6 Jan 2008 04:55:39 +0000 (15:55 +1100)
commitb039f0a62d513226352f9bd745374629f8579b0c
tree2026db04f3a76b06915795f95c62bb6c4662bc86
parenta495e5a9080080dd2a9a02c5b3f27f1d48a3f0cd
gitk: Restore some widget options whose defaults changed in Tk 8.5

The default options for panedwindows in Tk 8.5 make the sash
virtually invisible -- the handle is not shown and the relief is
flat.  This puts the defaults back to showing the handle and a
raised relief on the sash, as in Tk 8.4.

This uses the option command to do this, and also uses the option
command to set the default font for various UI elements to the
UI font ("uifont").

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk