mailr14001 - /branches/gui_testing/gui/user_functions/base.py


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

Header


Content

Posted by edward on July 29, 2011 - 17:15:
Author: bugman
Date: Fri Jul 29 17:15:03 2011
New Revision: 14001

URL: http://svn.gna.org/viewcvs/relax?rev=14001&view=rev
Log:
Reverted r13999 as this was incorrect - the description height is being set.

The command used was:
svn merge -r13999:13998 .


Modified:
    branches/gui_testing/gui/user_functions/base.py

Modified: branches/gui_testing/gui/user_functions/base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/user_functions/base.py?rev=14001&r1=14000&r2=14001&view=diff
==============================================================================
--- branches/gui_testing/gui/user_functions/base.py (original)
+++ branches/gui_testing/gui/user_functions/base.py Fri Jul 29 17:15:03 2011
@@ -150,7 +150,7 @@
         return stripped_text
 
 
-    def add_desc(self, sizer, max_y=self.height_desc):
+    def add_desc(self, sizer, max_y=220):
         """Add the description to the dialog.
 
         @param sizer:   A sizer object.




Related Messages


Powered by MHonArc, Updated Fri Jul 29 17:20:03 2011