mailr14077 - /branches/gui_testing/gui/controller.py


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

Header


Content

Posted by edward on August 02, 2011 - 18:17:
Author: bugman
Date: Tue Aug  2 18:17:43 2011
New Revision: 14077

URL: http://svn.gna.org/viewcvs/relax?rev=14077&view=rev
Log:
Set the relax controller log window font to the fixed width font modern_8.


Modified:
    branches/gui_testing/gui/controller.py

Modified: branches/gui_testing/gui/controller.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/controller.py?rev=14077&r1=14076&r2=14077&view=diff
==============================================================================
--- branches/gui_testing/gui/controller.py (original)
+++ branches/gui_testing/gui/controller.py Tue Aug  2 18:17:43 2011
@@ -155,7 +155,7 @@
         self.log_panel = wx.TextCtrl(self, -1, "", 
style=wx.TE_MULTILINE|wx.TE_READONLY|wx.TE_RICH2)
 
         # Set the font info.
-        self.log_panel.SetFont(font.normal)
+        self.log_panel.SetFont(font.modern_8)
 
         # Add to the sizer.
         sizer.Add(self.log_panel, 1, wx.EXPAND|wx.ALL, 0)




Related Messages


Powered by MHonArc, Updated Tue Aug 02 21:20:02 2011