Changeset 2637 for trunk/GSASIIctrls.py
- Timestamp:
- Jan 17, 2017 12:13:28 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrls.py
r2634 r2637 1385 1385 tSizer.Add(togBut) 1386 1386 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)] 1388 1388 self.stride = wx.ComboBox(self,value='1',choices=numbs,style=wx.CB_READONLY|wx.CB_DROPDOWN) 1389 1389 self.stride.Bind(wx.EVT_COMBOBOX,self.OnStride)
Note: See TracChangeset
for help on using the changeset viewer.