mailr12021 - /branches/bieri_gui/gui_bieri/about.py


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

Header


Content

Posted by edward on December 29, 2010 - 11:26:
Author: bugman
Date: Wed Dec 29 11:26:05 2010
New Revision: 12021

URL: http://svn.gna.org/viewcvs/relax?rev=12021&view=rev
Log:
URLs in the about windows are no longer italicised or underlined.


Modified:
    branches/bieri_gui/gui_bieri/about.py

Modified: branches/bieri_gui/gui_bieri/about.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/about.py?rev=12021&r1=12020&r2=12021&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/about.py (original)
+++ branches/bieri_gui/gui_bieri/about.py Wed Dec 29 11:26:05 2010
@@ -241,7 +241,7 @@
         orig_fg = deepcopy(self.dc.GetTextForeground())
 
         # Set the font.
-        font = wx.Font(pointSize=point_size, family=family, 
style=wx.FONTSTYLE_ITALIC, weight=wx.NORMAL, underline=True)
+        font = wx.Font(pointSize=point_size, family=family, style=wx.NORMAL, 
weight=wx.NORMAL)
         self.dc.SetFont(font)
         self.dc.SetTextForeground('#0017aa')
 




Related Messages


Powered by MHonArc, Updated Wed Dec 29 12:40:02 2010