Changeset 4610


Ignore:
Timestamp:
Oct 20, 2020 9:31:54 AM (3 years ago)
Author:
vondreele
Message:

change column headiings in OnRBAssign table from 'phase...' to 'Atom...'. Much clearer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r4608 r4610  
    1080010800            mainSizer.Add((5,5))
    1080110801            gridSizer = wx.BoxSizer(wx.HORIZONTAL)
    10802             colLabels = ['RB\ntype','phase\n#','phase\nlabel','delta, A','Assign as atom']
     10802            colLabels = ['RB\ntype','Atom\n#','Atom\nlabel','delta, A','Assign as atom']
    1080310803            rowLabels = [l[1] for l in matchTable]
    1080410804            displayTable = []
Note: See TracChangeset for help on using the changeset viewer.