Changeset 3427 for trunk/GSASIIrestrGUI.py
- Timestamp:
- Jun 10, 2018 3:17:30 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIrestrGUI.py
r3390 r3427 783 783 if len(ids) > 0: 784 784 value = 1.0 785 dlg = G2G.SingleFloatDialog(G2frame,' Angle','Enter unit cell sum ',value,[-1.e6,1.e6],'%.2f')785 dlg = G2G.SingleFloatDialog(G2frame,'Cell sum','Enter unit cell sum ',value,[-1.e6,1.e6],'%.2f') 786 786 if dlg.ShowModal() == wx.ID_OK: 787 787 value = dlg.GetValue()
Note: See TracChangeset
for help on using the changeset viewer.