Author: bugman
Date: Mon May  7 12:21:57 2012
New Revision: 16040

URL: http://svn.gna.org/viewcvs/relax?rev=16040&view=rev
Log:
The wizard description height is now functional in the auto-generated user 
functions.

The height_desc arg was being overwritten by the base class Wiz_page.__init__() 
method.


Modified:
    branches/uf_redesign/gui/uf_objects.py

Modified: branches/uf_redesign/gui/uf_objects.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/uf_objects.py?rev=16040&r1=16039&r2=16040&view=diff
==============================================================================
--- branches/uf_redesign/gui/uf_objects.py (original)
+++ branches/uf_redesign/gui/uf_objects.py Mon May  7 12:21:57 2012
@@ -112,7 +112,6 @@
 
         # Store the args.
         self.name = name
-        self.height_desc = height_desc
         self.sync = sync
 
         # Default value data structure.
@@ -137,7 +136,7 @@
             self.title = self.uf_data.title
 
         # Execute the base class method.
-        super(Uf_page, self).__init__(parent)
+        super(Uf_page, self).__init__(parent, height_desc=height_desc)
 
         # Reset the cursor.
         if wx.IsBusy():


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to