Changeset 8faac15 in sasview for src/sas/qtgui


Ignore:
Timestamp:
Sep 20, 2018 6:05:46 AM (6 years ago)
Author:
Piotr Rozyczko <piotrrozyczko@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
114c29f
Parents:
863ebca
Message:

Fixed the tooltip SASVIEW-1067

Location:
src/sas/qtgui/Perspectives/Fitting
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/FittingUtilities.py

    r305114c r8faac15  
    2424poly_header_tooltips = ['Select parameter for fitting', 
    2525                        'Enter polydispersity ratio (Std deviation/mean).\n'+ 
    26                         'For angles this can be either std deviation or full width (for uniform distributions) in degrees', 
    27                         'STD: standard deviation from the mean value', 
     26                        'For angles this can be either std deviation or half width (for uniform distributions) in degrees', 
    2827                        'Enter minimum value for parameter', 
    2928                        'Enter maximum value for parameter', 
  • src/sas/qtgui/Perspectives/Fitting/UnitTesting/FittingWidgetTest.py

    rd1e4689 r8faac15  
    397397        header_tooltips = ['Select parameter for fitting', 
    398398                            'Enter polydispersity ratio (Std deviation/mean).\n'+ 
    399                             'For angles this can be either std deviation or full width (for uniform distributions) in degrees', 
    400                             'STD: standard deviation from the mean value', 
     399                            'For angles this can be either std deviation or half width (for uniform distributions) in degrees', 
    401400                            'Enter minimum value for parameter', 
    402401                            'Enter maximum value for parameter', 
Note: See TracChangeset for help on using the changeset viewer.