Changeset 78807b1 in sasview for calculatorview/src/sans
- Timestamp:
- Feb 4, 2013 1:31:27 PM (12 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:
- 7665698
- Parents:
- a805118
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
calculatorview/src/sans/perspectives/calculator/gen_scatter_panel.py
r11363ee r78807b1 244 244 Fill the sizer containing hint 245 245 """ 246 hint_msg = "We support the omf or slddata files only."246 hint_msg = "We support omf, sld or pdb data files only." 247 247 hint_msg += " " 248 248 if FONT_VARIANT < 1: … … 259 259 self.draw_button.Enable(False) 260 260 self.hint_sizer.AddMany([(hint_txt, 0, wx.LEFT, 15), 261 (self.draw_button, 0, wx.LEFT, 15)])261 (self.draw_button, 0, wx.LEFT, 7)]) 262 262 263 263 def _layout_shape(self):
Note: See TracChangeset
for help on using the changeset viewer.