Changeset 01cda57 in sasview for src/sas/sasgui/perspectives/calculator
- Timestamp:
- Sep 27, 2017 10:07:02 AM (7 years ago)
- Branches:
- 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
- Children:
- fc4fec8
- Parents:
- adc49fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/calculator/resolution_calculator_panel.py
r7432acb r01cda57 934 934 def _sigma_strings(self): 935 935 """ 936 Recode sigmas as strin s936 Recode sigmas as strings 937 937 """ 938 938 sigma_r = self.format_number(self.resolution.sigma_1) … … 1208 1208 source_hint += "Mass of %s: m = %s [g]" % \ 1209 1209 (selection, str(self.resolution.get_neutron_mass())) 1210 # source_tip.SetTip(source_hint)1210 # source_tip.SetTip(source_hint) 1211 1211 self.mass_txt.ToolTip.SetTip(source_hint) 1212 1212
Note: See TracChangeset
for help on using the changeset viewer.