Ignore:
Timestamp:
Mar 5, 2018 3:39:00 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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:
3b3b40b, fca1f50
Parents:
91ad45c
Message:

Minor fixes

File:
1 edited

Legend:

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

    r91ad45c re4c475b7  
    177177            no_params_msg = "Fitting can not be performed.\n" +\ 
    178178                            "Not all tabs chosen for fitting have parameters selected for fitting." 
    179             QtWidgets.QMessageBox.question(self, 
     179            QtWidgets.QMessageBox.warning(self, 
    180180                                           'Warning', 
    181181                                            no_params_msg, 
Note: See TracChangeset for help on using the changeset viewer.