mailr12919 - /1.3/gui/components/spectrum.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:08:
Author: bugman
Date: Thu Jun  9 13:08:58 2011
New Revision: 12919

URL: http://svn.gna.org/viewcvs/relax?rev=12919&view=rev
Log:
Regularised the "Single delay cycle time [s]" text in the model-free frame.


Modified:
    1.3/gui/components/spectrum.py

Modified: 1.3/gui/components/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/components/spectrum.py?rev=12919&r1=12918&r2=12919&view=diff
==============================================================================
--- 1.3/gui/components/spectrum.py (original)
+++ 1.3/gui/components/spectrum.py Thu Jun  9 13:08:58 2011
@@ -318,8 +318,9 @@
         sizer = wx.BoxSizer(wx.HORIZONTAL)
 
         # The label.
-        label = wx.StaticText(self.parent, -1, "Single delay cycle time 
[s]", style=wx.ALIGN_RIGHT)
+        label = wx.StaticText(self.parent, -1, "Single delay cycle time [s]")
         label.SetMinSize((230, 17))
+        label.SetFont(self.gui.font_normal)
         sizer.Add(label, 0, 
wx.LEFT|wx.ALIGN_CENTER_VERTICAL|wx.ADJUST_MINSIZE, 0)
 
         # The text input field.




Related Messages


Powered by MHonArc, Updated Thu Jun 09 13:20:02 2011