mailr12972 - /1.3/gui/analyses/base.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on June 10, 2011 - 15:32:
Author: bugman
Date: Fri Jun 10 15:32:49 2011
New Revision: 12972

URL: http://svn.gna.org/viewcvs/relax?rev=12972&view=rev
Log:
Fixed the layout of the execute relax button GUI element.


Modified:
    1.3/gui/analyses/base.py

Modified: 1.3/gui/analyses/base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/analyses/base.py?rev=12972&r1=12971&r2=12972&view=diff
==============================================================================
--- 1.3/gui/analyses/base.py (original)
+++ 1.3/gui/analyses/base.py Fri Jun 10 15:32:49 2011
@@ -95,7 +95,7 @@
         sizer.Add(button, 0, wx.RIGHT|wx.ADJUST_MINSIZE, 0)
 
         # Add the element to the box.
-        box.Add(sizer, 1, wx.ALIGN_RIGHT, 0)
+        box.Add(sizer, 0, wx.ALIGN_RIGHT, 0)
 
 
     def add_static_text(self, box, parent, text='', width=-1, height=-1):




Related Messages


Powered by MHonArc, Updated Fri Jun 10 15:40:02 2011