mailr13151 - in /branches/gui_testing: graphics/analyses/custom_150x150.png gui/analyses/wizard.py


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

Header


Content

Posted by edward on June 21, 2011 - 17:03:
Author: bugman
Date: Tue Jun 21 17:03:41 2011
New Revision: 13151

URL: http://svn.gna.org/viewcvs/relax?rev=13151&view=rev
Log:
The new custom analysis button icon is now set to the spin graphic.


Added:
    branches/gui_testing/graphics/analyses/custom_150x150.png   (with props)
Modified:
    branches/gui_testing/gui/analyses/wizard.py

Added: branches/gui_testing/graphics/analyses/custom_150x150.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/graphics/analyses/custom_150x150.png?rev=13151&view=auto
==============================================================================
Binary file - no diff available.

Propchange: branches/gui_testing/graphics/analyses/custom_150x150.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: branches/gui_testing/gui/analyses/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/wizard.py?rev=13151&r1=13150&r2=13151&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/wizard.py (original)
+++ branches/gui_testing/gui/analyses/wizard.py Tue Jun 21 17:03:41 2011
@@ -166,7 +166,7 @@
         self.button_mf = self.create_button(box=sizer2, size=size, 
bmp=paths.IMAGE_PATH+'sphere.jpg', tooltip="Model-free analysis", 
fn=self.select_mf)
 
         # The custom analysis button.
-        self.button_custom = self.create_button(box=sizer2, size=size, 
bmp=paths.IMAGE_PATH+'sphere.jpg', tooltip="Custom analysis", 
fn=self.select_custom, disabled=True)
+        self.button_custom = self.create_button(box=sizer2, size=size, 
bmp=paths.ANALYSIS_IMAGE_PATH+'custom_150x150.png', tooltip="Custom 
analysis", fn=self.select_custom, disabled=True)
 
         # Add the sizers.
         box.Add(sizer1, 0, wx.ALIGN_CENTER_HORIZONTAL, 0)




Related Messages


Powered by MHonArc, Updated Tue Jun 21 18:20:02 2011