Is there a way to enlarge python's console font size in PyMOL?
I've posted this question at
stackoverflow<http://stackoverflow.com/questions/6676714/pymol-how-to-enlarge-pythons-console-font>.
Then it helped me to replace in file

/usr/share/pyshared/pmg_tk/PMGApp.py

def initializeTk_unix(self):
    pass

with

def initializeTk_unix(self):
    self.root.option_add('*Font', 'Tahoma 14')

and also in file:

/usr/share/pyshared/pmg_tk/skins/normal/__init__.py
increase all fonts. Unbelievably but the same actions doesn't help me now
(I've installed clean Kubuntu 11.10).

Does any body solved the font-problem?

Boris.
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Reply via email to