mailr18721 - /trunk/gui/controller.py


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

Header


Content

Posted by edward on March 08, 2013 - 20:30:
Author: bugman
Date: Fri Mar  8 20:29:59 2013
New Revision: 18721

URL: http://svn.gna.org/viewcvs/relax?rev=18721&view=rev
Log:
Line wrapping has been turned on in the relax controller in the GUI so that 
all text is visible.


Modified:
    trunk/gui/controller.py

Modified: trunk/gui/controller.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/controller.py?rev=18721&r1=18720&r2=18721&view=diff
==============================================================================
--- trunk/gui/controller.py (original)
+++ trunk/gui/controller.py Fri Mar  8 20:29:59 2013
@@ -601,6 +601,9 @@
         # Initialise the base class.
         super(LogCtrl, self).__init__(parent, id=id, pos=pos, size=size, 
style=style, name=name)
 
+        # Turn on line wrapping.
+        self.SetWrapMode(wx.stc.STC_WRAP_WORD)
+
         # Create the standard style (style num 0).
         self.StyleSetFont(0, font.modern_small)
 




Related Messages


Powered by MHonArc, Updated Fri Mar 08 21:40:01 2013