mailr16183 - /branches/uf_redesign/gui/wizard_elements.py


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

Header


Content

Posted by edward on May 10, 2012 - 12:49:
Author: bugman
Date: Thu May 10 12:49:45 2012
New Revision: 16183

URL: http://svn.gna.org/viewcvs/relax?rev=16183&view=rev
Log:
The Sequence and Sequence_2D wizard page GUI element buttons now have a 
tooltip.


Modified:
    branches/uf_redesign/gui/wizard_elements.py

Modified: branches/uf_redesign/gui/wizard_elements.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/wizard_elements.py?rev=16183&r1=16182&r2=16183&view=diff
==============================================================================
--- branches/uf_redesign/gui/wizard_elements.py (original)
+++ branches/uf_redesign/gui/wizard_elements.py Thu May 10 12:49:45 2012
@@ -542,9 +542,10 @@
             # A little spacing.
             sub_sizer.AddSpacer(5)
 
-            # The file selection button.
+            # The edit button.
             button = wx.BitmapButton(parent, -1, 
wx.Bitmap(paths.icon_16x16.edit_rename, wx.BITMAP_TYPE_ANY))
             button.SetMinSize((parent.height_element, parent.height_element))
+            button.SetToolTipString("Edit the values.")
             sub_sizer.Add(button, 0, 
wx.ADJUST_MINSIZE|wx.ALIGN_CENTER_VERTICAL, 0)
             parent.Bind(wx.EVT_BUTTON, self.open_dialog, button)
 




Related Messages


Powered by MHonArc, Updated Thu May 10 13:20:01 2012