mailr11621 - /branches/bieri_gui/gui_bieri/controller.py


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

Header


Content

Posted by edward on October 03, 2010 - 13:30:
Author: bugman
Date: Sun Oct  3 13:30:32 2010
New Revision: 11621

URL: http://svn.gna.org/viewcvs/relax?rev=11621&view=rev
Log:
The font in the controller window is now fixed width.

relax's output is designed to be read as fixed width, so this makes the 
output more readable.


Modified:
    branches/bieri_gui/gui_bieri/controller.py

Modified: branches/bieri_gui/gui_bieri/controller.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/controller.py?rev=11621&r1=11620&r2=11621&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/controller.py (original)
+++ branches/bieri_gui/gui_bieri/controller.py Sun Oct  3 13:30:32 2010
@@ -110,6 +110,9 @@
         # Log panel
         self.log_panel = wx.TextCtrl(self, -1, "", 
style=wx.TE_MULTILINE|wx.TE_READONLY)
 
+        # Set the font info.
+        self.log_panel.SetFont(wx.Font(9, wx.FONTFAMILY_TELETYPE, wx.NORMAL, 
wx.NORMAL, 0, ""))
+
         # Add to the sizer.
         sizer.Add(self.log_panel, 1, wx.EXPAND|wx.ALL, self.border)
 




Related Messages


Powered by MHonArc, Updated Sun Oct 03 13:40:02 2010