Changeset db5cd8d in sasview for src/sas/qtgui/PlotProperties.py
- Timestamp:
- Jan 12, 2017 4:09:23 AM (8 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/PlotProperties.py
r87cc73a rdb5cd8d 27 27 28 28 # Fill out the color combobox 29 self.cbColor.addItems(COLORS.keys() )29 self.cbColor.addItems(COLORS.keys()[:-1]) 30 30 # data1d.custom_color can now be a simple integer, 31 31 # specifying COLORS dict index or a string containing
Note: See TracChangeset
for help on using the changeset viewer.