]> git.sur5r.net Git - i3/i3/commit
Fix incorrect y-offset for text in i3bar 1495/head
authorTon van den Heuvel <tonvandenheuvel@gmail.com>
Thu, 26 Feb 2015 20:49:54 +0000 (21:49 +0100)
committerTon van den Heuvel <tonvandenheuvel@gmail.com>
Thu, 26 Feb 2015 20:58:42 +0000 (21:58 +0100)
commit014aa7ff7441a8a2bb53bd0956aff61faaf6f37f
tree93de4ae992df918ccf6632291323446ced6fb91f
parent797855d98eb6e8d0dc63c77a95bbfa11c012e971
Fix incorrect y-offset for text in i3bar

When using Pango to draw text in i3bar, the y-offset of the text is
incorrectly calculated in case all characters in the string to draw are
smaller than the cached font height. Fixes #1494.
libi3/font.c