mailr13551 - /branches/gui_testing/gui/relax_gui.py


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

Header


Content

Posted by edward on July 11, 2011 - 13:46:
Author: bugman
Date: Mon Jul 11 13:46:37 2011
New Revision: 13551

URL: http://svn.gna.org/viewcvs/relax?rev=13551&view=rev
Log:
Added two more fonts to the gui object.


Modified:
    branches/gui_testing/gui/relax_gui.py

Modified: branches/gui_testing/gui/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/relax_gui.py?rev=13551&r1=13550&r2=13551&view=diff
==============================================================================
--- branches/gui_testing/gui/relax_gui.py (original)
+++ branches/gui_testing/gui/relax_gui.py Mon Jul 11 13:46:37 2011
@@ -374,6 +374,10 @@
         self.font_14 =          wx.Font(14, wx.DEFAULT, wx.NORMAL, 
wx.NORMAL, 0, "Sans")
         self.font_title =       wx.Font(16, wx.DEFAULT, wx.NORMAL, 
wx.NORMAL, 0, "Sans")
 
+        # Modern fixed-width fonts.
+        self.font_8_modern = wx.Font(8, wx.MODERN, wx.NORMAL, wx.NORMAL, 0)
+        self.font_10_modern = wx.Font(10, wx.MODERN, wx.NORMAL, wx.NORMAL, 0)
+
 
     def show_controller(self, event):
         """Display the relax controller window.




Related Messages


Powered by MHonArc, Updated Mon Jul 11 14:00:03 2011