From: Paul Mackerras Date: Sun, 6 Jan 2008 04:54:46 +0000 (+1100) Subject: gitk: Restore some widget options whose defaults changed in Tk 8.5 X-Git-Tag: v1.5.4-rc3~11^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b039f0a62d513226352f9bd745374629f8579b0c?hp=b039f0a62d513226352f9bd745374629f8579b0c 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 ---