On Mon, Apr 5, 2010 at 9:44 AM, Eduard STEFAN <alexandrul...@gmail.com> wrote:
> 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?

The font is hard-coded in tortoisehg/hgtk/logview/treemodel.py : 146

It was introduced by changeset a9c8a7d10b44 about three months ago.
Patches welcome, or perhaps you can convince Yuki to make it
configurable.

--
Steve Borho

------------------------------------------------------------------------------
Download Intel&#174; 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
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to