Changeset 2959


Ignore:
Timestamp:
Aug 2, 2017 8:49:27 AM (6 years ago)
Author:
vondreele
Message:

a bit more on inst prm GUI - put in column headings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branch/2frame/GSASIIpwdGUI.py

    r2958 r2959  
    16801680        labelLst[:],elemKeysLst[:],dspLst[:],refFlgElem[:] = [],[],[],[]
    16811681        if 'P' in insVal['Type']:                   #powder data
    1682             [instSizer.Add((0,0),0) for i in range(2)]
    1683             instSizer.Add(wx.StaticText(G2frame.dataWindow,-1,'Refine?'),0,WACV)
     1682            [instSizer.Add(wx.StaticText(G2frame.dataWindow,-1,txt),0,WACV) for txt in [' Name (default)',' Value','Refine?']]
    16841683            if 'C' in insVal['Type']:               #constant wavelength
    16851684                labelLst.append('Azimuth angle')
Note: See TracChangeset for help on using the changeset viewer.