The ID column is using the Monospace font family, and I couldn't find any way to specify what font to use.
Things I've tried:
- in gtkrc:
widget_class "*" style "msw-default"
- in font.conf:
<match target="pattern">
<test qual="any" name="family">
<string>monospace</string>
</test>
<edit name="family" mode="assign">
<string>ProggyCleanTT</string>
</edit>
</match>
Is it possible to set the font or at least to show the ID like the rest of the
columns?
Have a nice day,
Eduard
<<attachment: hgtk-01.png>>
<<attachment: hgtk-02.png>>
------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev
_______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
