mailr12887 - /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 07, 2011 - 19:54:
Author: bugman
Date: Tue Jun  7 19:54:51 2011
New Revision: 12887

URL: http://svn.gna.org/viewcvs/relax?rev=12887&view=rev
Log:
Widened the "Relaxation delay" column for the Rx tabs.


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=12887&r1=12886&r2=12887&view=diff
==============================================================================
--- 1.3/gui/components/spectrum.py (original)
+++ 1.3/gui/components/spectrum.py Tue Jun  7 19:54:51 2011
@@ -126,7 +126,7 @@
         self.peaklist.SetColLabelValue(0, "%s peak list" % self.label)
         self.peaklist.SetColSize(0, 370)
         self.peaklist.SetColLabelValue(1, "Relaxation delay [s]")
-        self.peaklist.SetColSize(1, 150)
+        self.peaklist.SetColSize(1, 160)
 
         # Bind some events.
         self.peaklist.Bind(wx.grid.EVT_GRID_EDITOR_SHOWN, self.editor)




Related Messages


Powered by MHonArc, Updated Tue Jun 07 21:40:02 2011