Shizcow / dmenu-rs

A pixel perfect port of dmenu, rewritten in Rust with extensive plugin support
GNU General Public License v3.0
200 stars 9 forks source link

Font Line Height #22

Closed ibrokemypie closed 4 years ago

ibrokemypie commented 4 years ago

When changing the font size in dmenu, the height of the dmenu bar grows/shrinks to accommodate the new size, however this doesnt happen in dmenu-rs, the menu stays the same height wither with expanded or condensed text in it.

ibrokemypie commented 4 years ago

I guess this is related to #15, though i think itd make sense for font size to act as normal, and the menu height option to override it

Shizcow commented 4 years ago

I'm having trouble replicating this issue. Can you give specific commands to replicate?

Related: I've found a bug in the font ordering and have since pushed a fix to develop. This may have fixed the issue.

ibrokemypie commented 4 years ago

Yep that seems to have solved it!