Changeset 5061
- Timestamp:
- Nov 1, 2021 7:56:57 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r5060 r5061 6677 6677 if not data['ISODISTORT']: 6678 6678 mainSizer = wx.BoxSizer(wx.VERTICAL) 6679 mainSizer.Add(wx.StaticText(ISODIST,label='No ISODISTORT information found for this phase') ,0,WACV)6679 mainSizer.Add(wx.StaticText(ISODIST,label='No ISODISTORT information found for this phase')) 6680 6680 SetPhaseWindow(ISODIST,mainSizer,Scroll=Scroll) 6681 6681 return … … 6689 6689 topSizer = wx.BoxSizer(wx.VERTICAL) 6690 6690 bottomSizer = wx.BoxSizer(wx.VERTICAL) 6691 topSizer.Add(wx.StaticText(ISODIST,label=' ISODISTORT distortion modes for %s:'%data['General']['Name']) ,0,WACV)6691 topSizer.Add(wx.StaticText(ISODIST,label=' ISODISTORT distortion modes for %s:'%data['General']['Name'])) 6692 6692 topSizer.Add(wx.StaticText(ISODIST,label=''' 6693 6693 For use of ISODISTORT, please cite: … … 6695 6695 B. J. Campbell, H. T. Stokes, D. E. Tanner, and D. M. Hatch, "ISODISPLACE: An Internet Tool for Exploring Structural Distortions." 6696 6696 J. Appl. Cryst. 39, 607-614 (2006). 6697 ''') ,0,WACV)6697 ''')) 6698 6698 lineSizer = wx.BoxSizer(wx.HORIZONTAL) 6699 6699 lineSizer.Add(wx.StaticText(ISODIST,label=' Adjust magnitude of distortion modes (-0.1 to +0.1): '),0,WACV) … … 6701 6701 reset.Bind(wx.EVT_BUTTON,OnReset) 6702 6702 lineSizer.Add(reset,0,WACV) 6703 topSizer.Add(lineSizer ,0,WACV)6703 topSizer.Add(lineSizer) 6704 6704 slideSizer = wx.FlexGridSizer(0,3,0,0) 6705 6705 slideSizer.AddGrowableCol(2,1) … … 6729 6729 topSizer = wx.BoxSizer(wx.VERTICAL) 6730 6730 bottomSizer = wx.BoxSizer(wx.VERTICAL) 6731 topSizer.Add(wx.StaticText(ISODIST,label=' ISODISTORT distortion search results:') ,0,WACV)6731 topSizer.Add(wx.StaticText(ISODIST,label=' ISODISTORT distortion search results:')) 6732 6732 topSizer.Add(wx.StaticText(ISODIST,label=''' 6733 6733 For use of ISODISTORT, please cite: … … 6735 6735 B. J. Campbell, H. T. Stokes, D. E. Tanner, and D. M. Hatch, "ISODISPLACE: An Internet Tool for Exploring Structural Distortions." 6736 6736 J. Appl. Cryst. 39, 607-614 (2006). 6737 ''') ,0,WACV)6737 ''')) 6738 6738 topSizer.Add(wx.StaticText(ISODIST,label=' Subset selection if desired:')) 6739 6739 laueName = ['Cubic','Hexagonal','Trigonal','Tetragonal','Orthorhombic','Monoclinic','Triclinic']
Note: See TracChangeset
for help on using the changeset viewer.