Changeset 2637 for trunk/GSASIIctrls.py


Ignore:
Timestamp:
Jan 17, 2017 12:13:28 PM (6 years ago)
Author:
vondreele
Message:

fix delete data item selection to include only data items
expand the choices for stride in data selection dialog
cosmetic stuff in plots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrls.py

    r2634 r2637  
    13851385            tSizer.Add(togBut)
    13861386            tSizer.Add(wx.StaticText(self,label=' Set Stride:'),0,WACV)
    1387             numbs = [str(i+1) for i in range(10)]
     1387            numbs = [str(i+1) for i in range(9)]+[str(2*i+10) for i in range(6)]
    13881388            self.stride = wx.ComboBox(self,value='1',choices=numbs,style=wx.CB_READONLY|wx.CB_DROPDOWN)
    13891389            self.stride.Bind(wx.EVT_COMBOBOX,self.OnStride)
Note: See TracChangeset for help on using the changeset viewer.