mailr16624 - /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 04, 2012 - 12:00:
Author: bugman
Date: Mon Jun  4 12:00:16 2012
New Revision: 16624

URL: http://svn.gna.org/viewcvs/relax?rev=16624&view=rev
Log:
The 'verbatim' user function description elements are now properly formatted 
in the GUI.

These elements now use the font.modern_small formatting to have fixed-width 
characters.


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=16624&r1=16623&r2=16624&view=diff
==============================================================================
--- branches/uf_redesign/gui/uf_objects.py (original)
+++ branches/uf_redesign/gui/uf_objects.py Mon Jun  4 12:00:16 2012
@@ -824,7 +824,7 @@
                         text.SetFont(font.subtitle)
                     elif type == 'paragraph':
                         text.SetFont(font.normal)
-                    elif type == 'table':
+                    elif type in ['table', 'verbatim']:
                         text.SetFont(font.modern_small)
 
                     # Wrap the paragraphs and lists.




Related Messages


Powered by MHonArc, Updated Mon Jun 04 14:20:01 2012