mailr12943 - /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 09, 2011 - 19:06:
Author: bugman
Date: Thu Jun  9 19:06:49 2011
New Revision: 12943

URL: http://svn.gna.org/viewcvs/relax?rev=12943&view=rev
Log:
The text controls are now horizontally expandable.


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=12943&r1=12942&r2=12943&view=diff
==============================================================================
--- 1.3/gui/analyses/base.py (original)
+++ 1.3/gui/analyses/base.py Thu Jun  9 19:06:49 2011
@@ -160,7 +160,7 @@
         field.SetEditable(editable)
 
         # Add the control to the box.
-        box.Add(field, 0, wx.ALIGN_CENTER_VERTICAL|wx.ADJUST_MINSIZE, 0)
+        box.Add(field, 1, wx.ALL|wx.EXPAND, 0)
 
         # Return the text field.
         return field




Related Messages


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