Ignore:
Timestamp:
Sep 3, 2018 5:32:31 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
f4a6f2c
Parents:
c1cfa80
Message:

Fixed erroneous error bars. SASVIEW-994

File:
1 edited

Legend:

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

    r53c771e rfacf4ca  
    2424        self._color = color if color else 0 
    2525        self._legend = legend 
    26         self._markersize = marker_size if marker_size else 5 
     26        self._markersize = marker_size if marker_size else 3 
    2727        self.custom_color = False if isinstance(self._color, int) else True 
    2828 
Note: See TracChangeset for help on using the changeset viewer.