Skip to content
Commit 538d1441 authored by Glen Ditchfield's avatar Glen Ditchfield 🐛 Committed by Glen Ditchfield
Browse files

Improve the small calendars in the printed headers

The small monthly calendars in the headers of printed pages squish the
rows of dates together, and cut off the bottoms of the month names.
`CalPrintPluginBase::drawSmallMonth()` calculates the row height in
pixels, then fudges that number for use as a font size in points,
unsuccessfully.

This patch sets the font size in pixels, and uses `QFontMetrics::height()`
to leave room for month names with letter glyphs that have descenders.
parent f00cc96a
Pipeline #64859 passed with stage
in 3 minutes and 55 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment