mailr14053 - /branches/gui_testing/gui/message.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 - 10:56:
Author: bugman
Date: Tue Aug  2 10:56:57 2011
New Revision: 14053

URL: http://svn.gna.org/viewcvs/relax?rev=14053&view=rev
Log:
The font is now set on the text of the Question message box.


Modified:
    branches/gui_testing/gui/message.py

Modified: branches/gui_testing/gui/message.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/message.py?rev=14053&r1=14052&r2=14053&view=diff
==============================================================================
--- branches/gui_testing/gui/message.py (original)
+++ branches/gui_testing/gui/message.py Tue Aug  2 10:56:57 2011
@@ -211,6 +211,7 @@
 
         # Convert to a text element.
         text = wx.StaticText(self, -1, msg, style=wx.TE_MULTILINE)
+        text.SetFont(font.normal)
         sub_sizer.Add(text, 1, wx.ALL|wx.EXPAND, 0)
 
         # A sizer for the buttons.




Related Messages


Powered by MHonArc, Updated Tue Aug 02 11:00:02 2011