Changeset 992b594 in sasview
- Timestamp:
- Jan 11, 2012 1:19:30 PM (13 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:
- 0efca36
- Parents:
- aa07420
- Location:
- calculatorview/src/sans/perspectives/calculator
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
calculatorview/src/sans/perspectives/calculator/density_panel.py
r9520702 r992b594 99 99 100 100 # inputs 101 inputbox = wx.StaticBox(self, -1, "Input ")101 inputbox = wx.StaticBox(self, -1, "Inputs") 102 102 boxsizer1 = wx.StaticBoxSizer(inputbox, wx.VERTICAL) 103 103 boxsizer1.SetMinSize((_STATICBOX_WIDTH, -1)) … … 147 147 148 148 # outputs 149 outputbox = wx.StaticBox(self, -1, "Output ")149 outputbox = wx.StaticBox(self, -1, "Outputs") 150 150 boxsizer2 = wx.StaticBoxSizer(outputbox, wx.VERTICAL) 151 151 boxsizer2.SetMinSize((_STATICBOX_WIDTH, -1)) -
calculatorview/src/sans/perspectives/calculator/help_panel.py
r40c84e4 r992b594 66 66 <li><a href ="sld_calculator_help.html" 67 67 target ="showframe">SLD Calculator</a><br></li> 68 <li><a href ="density_calculator_help.html" 69 target ="showframe">Density Calculator</a><br></li> 68 70 <li><a href ="slit_calculator_help.html" 69 71 target ="showframe">Slit Size Calculator</a><br></li>
Note: See TracChangeset
for help on using the changeset viewer.