Changeset 4612
- Timestamp:
- Oct 20, 2020 10:35:25 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r4610 r4612 10851 10851 btnSizer.Add(wx.StaticText(RigidBodies,wx.ID_ANY,'Actions with assigned\natom(s)...'),0,wx.ALL) 10852 10852 btnSizer.Add((-1,10)) 10853 btn = wx.Button(RigidBodies, wx.ID_ANY, ' ProcessAssignments')10853 btn = wx.Button(RigidBodies, wx.ID_ANY, 'Update Assignments') 10854 10854 btn.Bind(wx.EVT_BUTTON,UpdateTable) 10855 10855 btnSizer.Add(btn,0,wx.ALIGN_CENTER)
Note: See TracChangeset
for help on using the changeset viewer.