Skip to content

calendar: Vertically center align week numbers

Joonas Henriksson requested to merge (removed):calenda-align-fixes into master

The labels were previously aligned by using top-padding, which was relative to font-size, and therefore didn't always align the text correctly when font scaling was enabled. With scaling factor <1.0 the glyphs were positioned closer to the top edge.

Demonstration of the issue and the fix, using Cantarell and 0.7 font scaling factor. Before this MR on the left, after on the right:

gsbefore gsafter

Edited by Joonas Henriksson

Merge request reports