mailr16776 - /branches/uf_redesign/gui/uf_objects.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on June 08, 2012 - 16:02:
Author: bugman
Date: Fri Jun  8 16:02:45 2012
New Revision: 16776

URL: http://svn.gna.org/viewcvs/relax?rev=16776&view=rev
Log:
Mac OS X fix for the font formatting of the user function description.

Lists and itemised lists were not having the font property set, so these were 
looking very strange
and too large on Mac OS X.  Now all text elements in the user function 
descriptions.


Modified:
    branches/uf_redesign/gui/uf_objects.py

Modified: branches/uf_redesign/gui/uf_objects.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/uf_objects.py?rev=16776&r1=16775&r2=16776&view=diff
==============================================================================
--- branches/uf_redesign/gui/uf_objects.py (original)
+++ branches/uf_redesign/gui/uf_objects.py Fri Jun  8 16:02:45 2012
@@ -891,6 +891,8 @@
                         text.SetFont(font.normal)
                     elif type in ['table', 'verbatim']:
                         text.SetFont(font.modern_small)
+                    else:
+                        text.SetFont(font.normal)
 
                     # Wrap the paragraphs and lists.
                     if type in ['paragraph', 'list', 'item list']:




Related Messages


Powered by MHonArc, Updated Fri Jun 08 16:40:01 2012