mailr12920 - /1.3/gui/analyses/auto_noe.py


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

Header


Content

Posted by edward on June 09, 2011 - 13:10:
Author: bugman
Date: Thu Jun  9 13:10:19 2011
New Revision: 12920

URL: http://svn.gna.org/viewcvs/relax?rev=12920&view=rev
Log:
Attempt to regularise the text in the text controls.


Modified:
    1.3/gui/analyses/auto_noe.py

Modified: 1.3/gui/analyses/auto_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/analyses/auto_noe.py?rev=12920&r1=12919&r2=12920&view=diff
==============================================================================
--- 1.3/gui/analyses/auto_noe.py (original)
+++ 1.3/gui/analyses/auto_noe.py Thu Jun  9 13:10:19 2011
@@ -133,6 +133,7 @@
         # The text input field.
         self.field_nmr_frq = wx.TextCtrl(self.parent, -1, str(self.data.frq))
         self.field_nmr_frq.SetMinSize((350, 27))
+        self.field_nmr_frq.SetFont(self.gui.font_normal)
         sizer.Add(self.field_nmr_frq, 0, 
wx.ALIGN_CENTER_VERTICAL|wx.ADJUST_MINSIZE, 0)
 
         # Add the element to the box.




Related Messages


Powered by MHonArc, Updated Thu Jun 09 13:40:01 2011