On Mon, 25 Jul 2005 15:47:13 GMT, Nemesis <[EMAIL PROTECTED]>
wrote:

>[...]

Hello Nemesis,

>> Would it be possible to also customize the fonts in the
>> groups and threads pane (I'd like to have everywhere proportional
>> (monospaced fonts).
>
>Not at the moment, maybe in the future ... but of course if you can't
>wait you can modify the source by yourself, the files to modify are
>xpn_src/Groups_Pane.py and xpn_src/Threads_Pane.py
>just add the line
>
>import pango 
>
>in the both the files, and then:
>at the end of Groups_Pane.py add this line (do not change the
>indentation):
>
>        self.groups_list.modify_font(pango.FontDescription("monospace 10"))
>
>at the end of Threads_Pane.py add this line (do not change the
>indentation):
>
>        self.threads_tree.modify_font(pango.FontDescription("monospace 10"))
>
>of course you can change the font description as you like.

thank you for the tip.

-- 
Franz Steinhaeusler
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to