From f4cc233009593c118762dbd4e3fa7e224414ab5f Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Wed, 13 Jan 2021 13:57:55 -0500 Subject: [PATCH] Make the month heading also use HeadingFont. --- scripts/tkremind | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tkremind b/scripts/tkremind index d4731748..eb13749e 100755 --- a/scripts/tkremind +++ b/scripts/tkremind @@ -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