mailr13003 - /1.3/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 June 14, 2011 - 17:56:
Author: bugman
Date: Tue Jun 14 17:56:10 2011
New Revision: 13003

URL: http://svn.gna.org/viewcvs/relax?rev=13003&view=rev
Log:
Created a new font definition set to 10 pt and bold.


Modified:
    1.3/gui/relax_gui.py

Modified: 1.3/gui/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/relax_gui.py?rev=13003&r1=13002&r2=13003&view=diff
==============================================================================
--- 1.3/gui/relax_gui.py (original)
+++ 1.3/gui/relax_gui.py Tue Jun 14 17:56:10 2011
@@ -558,6 +558,7 @@
         self.font_small =       wx.Font(8,  wx.DEFAULT, wx.NORMAL, 
wx.NORMAL, 0, "Sans")
         self.font_button =      wx.Font(8,  wx.DEFAULT, wx.NORMAL, 
wx.NORMAL, 0, "Sans")
         self.font_normal =      wx.Font(10, wx.DEFAULT, wx.NORMAL, 
wx.NORMAL, 0, "Sans")
+        self.font_normal_bold = wx.Font(10, wx.DEFAULT, wx.NORMAL, wx.BOLD,  
 0, "Sans")
         self.font_subtitle =    wx.Font(12, wx.DEFAULT, wx.NORMAL, wx.BOLD,  
 0, "Sans")
         self.font_title =       wx.Font(16, wx.DEFAULT, wx.NORMAL, 
wx.NORMAL, 0, "Sans")
 




Related Messages


Powered by MHonArc, Updated Tue Jun 14 18:00:02 2011