Changeset 239214f in sasview for src/sas/qtgui/PlotProperties.py


Ignore:
Timestamp:
Jan 13, 2017 9:23:38 AM (8 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:
0f3c22d
Parents:
2e3e959
Message:

Remove graph properties - MPL dialog is enough.
Minor fix in Plot Properties (WP review)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/PlotProperties.py

    rdb5cd8d r239214f  
    3434            self.cbColor.setCurrentIndex(self._color) 
    3535        else: 
     36            # Need the Custom entry here. "Custom" is always last. 
     37            self.cbColor.addItems([COLORS.keys()[-1]]) 
    3638            self.cbColor.setCurrentIndex(COLORS.keys().index("Custom")) 
    3739 
Note: See TracChangeset for help on using the changeset viewer.