mailr12901 - /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 08, 2011 - 20:55:
Author: bugman
Date: Wed Jun  8 20:55:02 2011
New Revision: 12901

URL: http://svn.gna.org/viewcvs/relax?rev=12901&view=rev
Log:
Better spacing of the Rx tab elements.


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=12901&r1=12900&r2=12901&view=diff
==============================================================================
--- 1.3/gui/components/spectrum.py (original)
+++ 1.3/gui/components/spectrum.py Wed Jun  8 20:55:02 2011
@@ -229,7 +229,7 @@
         self.label = label
 
         # GUI variables.
-        self.spacing = 10
+        self.spacing = 5
 
         # The number of rows.
         self.num_rows = 50
@@ -335,7 +335,7 @@
         """
 
         # Grid of peak list file names and relaxation time.
-        self.grid = wx.grid.Grid(self.parent, -1, size=(1, 230))
+        self.grid = wx.grid.Grid(self.parent, -1, size=(1, 210))
 
         # Create entries.
         self.grid.CreateGrid(self.num_rows, 3)




Related Messages


Powered by MHonArc, Updated Thu Jun 09 09:00:01 2011