Changeset 992b594 in sasview for calculatorview/src/sans


Ignore:
Timestamp:
Jan 11, 2012 1:19:30 PM (13 years ago)
Author:
Jae Cho <jhjcho@…>
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
Message:

added density calculator help

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  
    9999         
    100100        # inputs 
    101         inputbox = wx.StaticBox(self, -1, "Input") 
     101        inputbox = wx.StaticBox(self, -1, "Inputs") 
    102102        boxsizer1 = wx.StaticBoxSizer(inputbox, wx.VERTICAL) 
    103103        boxsizer1.SetMinSize((_STATICBOX_WIDTH, -1)) 
     
    147147         
    148148        # outputs 
    149         outputbox = wx.StaticBox(self, -1, "Output") 
     149        outputbox = wx.StaticBox(self, -1, "Outputs") 
    150150        boxsizer2 = wx.StaticBoxSizer(outputbox, wx.VERTICAL) 
    151151        boxsizer2.SetMinSize((_STATICBOX_WIDTH, -1)) 
  • calculatorview/src/sans/perspectives/calculator/help_panel.py

    r40c84e4 r992b594  
    6666            <li><a href ="sld_calculator_help.html"  
    6767            target ="showframe">SLD Calculator</a><br></li> 
     68            <li><a href ="density_calculator_help.html"  
     69            target ="showframe">Density Calculator</a><br></li> 
    6870            <li><a href ="slit_calculator_help.html"  
    6971            target ="showframe">Slit Size Calculator</a><br></li> 
Note: See TracChangeset for help on using the changeset viewer.