mailr10650 - /branches/bieri_gui/gui_bieri/about.py


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

Header


Content

Posted by edward on February 04, 2010 - 18:06:
Author: bugman
Date: Thu Feb  4 18:06:14 2010
New Revision: 10650

URL: http://svn.gna.org/viewcvs/relax?rev=10650&view=rev
Log:
The paragraph line lengths have been extended.


Modified:
    branches/bieri_gui/gui_bieri/about.py

Modified: branches/bieri_gui/gui_bieri/about.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/about.py?rev=10650&r1=10649&r2=10650&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/about.py (original)
+++ branches/bieri_gui/gui_bieri/about.py Thu Feb  4 18:06:14 2010
@@ -287,7 +287,7 @@
         self.dc.SetFont(font)
 
         # Wrap the text.
-        lines = wrap(text, 60)
+        lines = wrap(text, 69)
 
         # Find the max y extent.
         max_y = 0




Related Messages


Powered by MHonArc, Updated Thu Feb 04 18:40:01 2010