Changeset 1802 for trunk/GSASIIddataGUI.py
- Timestamp:
- Apr 21, 2015 3:29:42 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIddataGUI.py
r1799 r1802 713 713 typeSizer = wx.BoxSizer(wx.HORIZONTAL) 714 714 typeSizer.Add(wx.StaticText(DData,-1,' Extinction type: '),0,WACV) 715 Choices = ['None','Primary','Secondary Type I','Secondary Type II', 'Secondary Type I & II']715 Choices = ['None','Primary','Secondary Type I','Secondary Type II',] # remove 'Secondary Type I & II' 716 716 typeTxt = wx.ComboBox(DData,-1,choices=Choices,value=UseList[hist]['Extinction'][1], 717 717 style=wx.CB_READONLY|wx.CB_DROPDOWN)
Note: See TracChangeset
for help on using the changeset viewer.