mailr26837 - /trunk/user_functions/relax_fit.py


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

Header


Content

Posted by edward on November 29, 2014 - 13:46:
Author: bugman
Date: Sat Nov 29 13:46:35 2014
New Revision: 26837

URL: http://svn.gna.org/viewcvs/relax?rev=26837&view=rev
Log:
The relax_fit.relax_time and relax_fit.select_model user functions now have 
wizard graphics.

The R1 graphic from graphics/analyses/r1_200x200.png is now being used.


Modified:
    trunk/user_functions/relax_fit.py

Modified: trunk/user_functions/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/relax_fit.py?rev=26837&r1=26836&r2=26837&view=diff
==============================================================================
--- trunk/user_functions/relax_fit.py   (original)
+++ trunk/user_functions/relax_fit.py   Sat Nov 29 13:46:35 2014
@@ -68,6 +68,7 @@
 uf.menu_text = "&relax_time"
 uf.gui_icon = "oxygen.actions.chronometer"
 uf.wizard_size = (700, 500)
+uf.wizard_image = ANALYSIS_IMAGE_PATH + 'r1_200x200.png'
 
 
 # The relax_fit.select_model user function.
@@ -106,3 +107,4 @@
 uf.wizard_height_desc = 500
 uf.wizard_size = (900, 600)
 uf.wizard_apply_button = False
+uf.wizard_image = ANALYSIS_IMAGE_PATH + 'r1_200x200.png'




Related Messages


Powered by MHonArc, Updated Sat Nov 29 14:00:02 2014