- Timestamp:
- Jan 23, 2011 11:48:01 AM (14 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 5dc6d84
- Parents:
- af91b68
- Location:
- guiframe/local_perspectives/plotting
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
guiframe/local_perspectives/plotting/SlicerParameters.py
r55a0dc1 r88989768 81 81 ctl = wx.TextCtrl(self, -1, size=(80, 20), 82 82 style=wx.TE_PROCESS_ENTER) 83 hint_msg = "Modify the value of %s to change" 84 hint_msg += " the 2D slicer" % item83 hint_msg = "Modify the value of %s to change" % item 84 hint_msg += " the 2D slicer" 85 85 ctl.SetToolTipString(hint_msg) 86 86 ix = 1 -
guiframe/local_perspectives/plotting/slicerpanel.py
r55a0dc1 r88989768 91 91 ctl = wx.TextCtrl(self, -1, size=(80, 20), 92 92 style=wx.TE_PROCESS_ENTER) 93 hint_msg = "Modify the value of %s to change " 94 hint_msg += "the 2D slicer" % item93 hint_msg = "Modify the value of %s to change " % item 94 hint_msg += "the 2D slicer" 95 95 ctl.SetToolTipString(hint_msg) 96 96 ctl.SetValue(str(format_number(params[item])))
Note: See TracChangeset
for help on using the changeset viewer.