mailr12944 - in /1.3/gui/analyses: auto_model_free.py auto_noe.py auto_rx_base.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 - 19:11:
Author: bugman
Date: Thu Jun  9 19:11:05 2011
New Revision: 12944

URL: http://svn.gna.org/viewcvs/relax?rev=12944&view=rev
Log:
The model-free, Rx, and NOE frame main box sizers all expand horizontally now.


Modified:
    1.3/gui/analyses/auto_model_free.py
    1.3/gui/analyses/auto_noe.py
    1.3/gui/analyses/auto_rx_base.py

Modified: 1.3/gui/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/analyses/auto_model_free.py?rev=12944&r1=12943&r2=12944&view=diff
==============================================================================
--- 1.3/gui/analyses/auto_model_free.py (original)
+++ 1.3/gui/analyses/auto_model_free.py Thu Jun  9 19:11:05 2011
@@ -747,7 +747,7 @@
 
         # Build the right hand box and pack it next to the bitmap.
         right_box = self.build_right_box()
-        box.Add(right_box, 0, 0, 0)
+        box.Add(right_box, 1, 0, 0)
 
         # Return the box.
         return box

Modified: 1.3/gui/analyses/auto_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/analyses/auto_noe.py?rev=12944&r1=12943&r2=12944&view=diff
==============================================================================
--- 1.3/gui/analyses/auto_noe.py (original)
+++ 1.3/gui/analyses/auto_noe.py Thu Jun  9 19:11:05 2011
@@ -209,7 +209,7 @@
 
         # Build the right hand box and pack it next to the bitmap.
         right_box = self.build_right_box()
-        box.Add(right_box, 0, 0, 0)
+        box.Add(right_box, 1, 0, 0)
 
         # Return the box.
         return box

Modified: 1.3/gui/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/analyses/auto_rx_base.py?rev=12944&r1=12943&r2=12944&view=diff
==============================================================================
--- 1.3/gui/analyses/auto_rx_base.py (original)
+++ 1.3/gui/analyses/auto_rx_base.py Thu Jun  9 19:11:05 2011
@@ -211,7 +211,7 @@
 
         # Build the right hand box and pack it next to the bitmap.
         right_box = self.build_right_box()
-        box.Add(right_box, 0, 0, 0)
+        box.Add(right_box, 1, 0, 0)
 
         # Return the box.
         return box




Related Messages


Powered by MHonArc, Updated Thu Jun 09 19:40:02 2011