Make the month heading also use HeadingFont.

This commit is contained in:
Dianne Skoll
2021-01-13 13:57:55 -05:00
parent 1d6e4edd0f
commit f4cc233009

View File

@@ -605,7 +605,7 @@ proc DoQueue {} {
proc CreateCalWindow { dayNames } {
global Option
frame .h
label .h.title -text "" -justify center -pady 1 -border 1 -relief raised
label .h.title -text "" -justify center -pady 1 -border 1 -relief raised -font HeadingFont
pack .h.title -side top -fill x
pack .h -side top -expand 0 -fill x