ananthakumaran / monky

Magit for Hg
http://ananthakumaran.in/monky/index.html
GNU General Public License v3.0
154 stars 30 forks source link

monky-log UI only really supports one font size #50

Open juszczakn opened 6 years ago

juszczakn commented 6 years ago

The implementation of the log feature is based on character-based column width, which causes UI issues whenever the font size is not as expected.

The solution for this would be to dynamically choose the expected column width, or to not use the default configured font. The entire way it's displayed could be reworked to not be static as well.

screenshot from 2017-09-27 18-44-27

screenshot from 2017-09-27 18-57-53