mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Make the month heading also use HeadingFont.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user