Changeset db5cd8d in sasview for src/sas/qtgui/PlotProperties.py


Ignore:
Timestamp:
Jan 12, 2017 4:09:23 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:
2e3e959
Parents:
87cc73a
Message:

Added tests for PlotProperties?

File:
1 edited

Legend:

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

    r87cc73a rdb5cd8d  
    2727 
    2828        # Fill out the color combobox 
    29         self.cbColor.addItems(COLORS.keys()) 
     29        self.cbColor.addItems(COLORS.keys()[:-1]) 
    3030        # data1d.custom_color can now be a simple integer, 
    3131        # specifying COLORS dict index or a string containing 
Note: See TracChangeset for help on using the changeset viewer.