mailr21629 - /trunk/gui/analyses/auto_model_free.py


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

Header


Content

Posted by edward on November 24, 2013 - 19:40:
Author: bugman
Date: Sun Nov 24 19:40:02 2013
New Revision: 21629

URL: http://svn.gna.org/viewcvs/relax?rev=21629&view=rev
Log:
Fixes for broken icon names in the model-free GUI auto-analysis tab.

These bugs are not present in released versions of relax.


Modified:
    trunk/gui/analyses/auto_model_free.py

Modified: trunk/gui/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/analyses/auto_model_free.py?rev=21629&r1=21628&r2=21629&view=diff
==============================================================================
--- trunk/gui/analyses/auto_model_free.py (original)
+++ trunk/gui/analyses/auto_model_free.py Sun Nov 24 19:40:02 2013
@@ -539,7 +539,7 @@
         self.max_iter = Spin_ctrl(box, self, text="Maximum interations:", 
default=self.data.max_iter, tooltip="The maximum number of iterations for the 
protocol.  This is the limit for the global looping over the optimisation of 
the model-free models, model elimination, model selection and then 
optimisation of the diffusion tensor.", min=25, max=100, 
width_text=self.width_text, width_button=self.width_button, 
spacer=self.spacer_horizontal)
 
         # The calculation mode.
-        self.mode = Text_ctrl(box, self, text="Protocol mode:", 
default='Fully automated', tooltip="Select if the dauvergne_protocol analysis 
will be fully automated or whether the individual global models will be 
optimised separately.", tooltip_button="Open the protocol mode selection 
window.", icon=fetch_icon('oxygen.actions.system_run', "16x16"), 
fn=self.mode_dialog, editable=False, button=True, width_text=self.width_text, 
width_button=self.width_button, spacer=self.spacer_horizontal)
+        self.mode = Text_ctrl(box, self, text="Protocol mode:", 
default='Fully automated', tooltip="Select if the dauvergne_protocol analysis 
will be fully automated or whether the individual global models will be 
optimised separately.", tooltip_button="Open the protocol mode selection 
window.", icon=fetch_icon('oxygen.actions.system-run', "16x16"), 
fn=self.mode_dialog, editable=False, button=True, width_text=self.width_text, 
width_button=self.width_button, spacer=self.spacer_horizontal)
 
         # Stretchable spacing (with a minimal space).
         box.AddSpacer(30)
@@ -964,7 +964,7 @@
         sub_sizer.AddStretchSpacer()
 
         # The button.
-        button = wx.BitmapButton(self, -1, 
wx.Bitmap(fetch_icon('oxygen.actions.go_bottom', "48x48"), 
wx.BITMAP_TYPE_ANY))
+        button = wx.BitmapButton(self, -1, 
wx.Bitmap(fetch_icon('oxygen.actions.go-bottom', "48x48"), 
wx.BITMAP_TYPE_ANY))
         button.SetMinSize((80, 80))
         button.SetToolTipString("Perform a fully automated analysis, looping 
over global models I to V and terminating with the final run.  Please click 
on the 'About' button for more information.")
         sub_sizer.Add(button, 3, wx.EXPAND, 0)




Related Messages


Powered by MHonArc, Updated Sun Nov 24 20:00:02 2013