mailr16789 - /branches/uf_redesign/user_functions/objects.py


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

Header


Content

Posted by edward on June 08, 2012 - 18:41:
Author: bugman
Date: Fri Jun  8 18:41:31 2012
New Revision: 16789

URL: http://svn.gna.org/viewcvs/relax?rev=16789&view=rev
Log:
Increased the default size of the GUI user functions.


Modified:
    branches/uf_redesign/user_functions/objects.py

Modified: branches/uf_redesign/user_functions/objects.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/objects.py?rev=16789&r1=16788&r2=16789&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/objects.py (original)
+++ branches/uf_redesign/user_functions/objects.py Fri Jun  8 18:41:31 2012
@@ -307,7 +307,7 @@
     @type menu_text:            str
     @ivar gui_icon:             The code for the icon to use in the GUI.
     @type gui_icon:             str or None
-    @ivar wizard_size:          The size for the GUI user function wizard.  
This defaults to (600, 400) if not supplied.
+    @ivar wizard_size:          The size for the GUI user function wizard.  
This defaults to (700, 500) if not supplied.
     @type wizard_size:          tuple of int or None
     @ivar wizard_image:         The 200 pixel wide image to use for the user 
function wizard.  This should be the path to the bitmap image.  This defaults 
to the relax Ulysses butterfly image.
     @type wizard_image:         str
@@ -349,7 +349,7 @@
         self.desc = []
         self.menu_text = ''
         self.gui_icon = None
-        self.wizard_size = (600, 400)
+        self.wizard_size = (700, 500)
         self.wizard_image = IMAGE_PATH + "relax.gif"
         self.wizard_height_desc = 220
         self.wizard_apply_button = True




Related Messages


Powered by MHonArc, Updated Fri Jun 08 19:20:02 2012