mailr12998 - /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 14, 2011 - 16:34:
Author: bugman
Date: Tue Jun 14 16:34:20 2011
New Revision: 12998

URL: http://svn.gna.org/viewcvs/relax?rev=12998&view=rev
Log:
Made the Rx peak list column a little smaller for better scrollbar handling.


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=12998&r1=12997&r2=12998&view=diff
==============================================================================
--- 1.3/gui/components/spectrum.py (original)
+++ 1.3/gui/components/spectrum.py Tue Jun 14 16:34:20 2011
@@ -284,7 +284,7 @@
         x, y = event.GetSize()
 
         # The expandable column width.
-        width = x - self.col_label_width - self.col1_width - self.col2_width 
- 10
+        width = x - self.col_label_width - self.col1_width - self.col2_width 
- 20
 
         # Set the column sizes.
         self.grid.SetRowLabelSize(self.col_label_width)




Related Messages


Powered by MHonArc, Updated Tue Jun 14 17:00:02 2011