Changeset 5061


Ignore:
Timestamp:
Nov 1, 2021 7:56:57 AM (2 years ago)
Author:
vondreele
Message:

remove misused WACV in ISODISTORT stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r5060 r5061  
    66776677            if not data['ISODISTORT']:
    66786678                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'))
    66806680                SetPhaseWindow(ISODIST,mainSizer,Scroll=Scroll)               
    66816681                return
     
    66896689            topSizer = wx.BoxSizer(wx.VERTICAL)   
    66906690            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']))
    66926692            topSizer.Add(wx.StaticText(ISODIST,label='''
    66936693For use of ISODISTORT, please cite:
     
    66956695  B. J. Campbell, H. T. Stokes, D. E. Tanner, and D. M. Hatch, "ISODISPLACE: An Internet Tool for Exploring Structural Distortions."
    66966696  J. Appl. Cryst. 39, 607-614 (2006).
    6697   '''),0,WACV)
     6697  '''))
    66986698            lineSizer = wx.BoxSizer(wx.HORIZONTAL)           
    66996699            lineSizer.Add(wx.StaticText(ISODIST,label=' Adjust magnitude of distortion modes (-0.1 to +0.1):  '),0,WACV)
     
    67016701            reset.Bind(wx.EVT_BUTTON,OnReset)
    67026702            lineSizer.Add(reset,0,WACV)
    6703             topSizer.Add(lineSizer,0,WACV)
     6703            topSizer.Add(lineSizer)
    67046704            slideSizer = wx.FlexGridSizer(0,3,0,0)
    67056705            slideSizer.AddGrowableCol(2,1)
     
    67296729        topSizer = wx.BoxSizer(wx.VERTICAL)   
    67306730        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:'))
    67326732        topSizer.Add(wx.StaticText(ISODIST,label='''
    67336733For use of ISODISTORT, please cite:
     
    67356735  B. J. Campbell, H. T. Stokes, D. E. Tanner, and D. M. Hatch, "ISODISPLACE: An Internet Tool for Exploring Structural Distortions."
    67366736  J. Appl. Cryst. 39, 607-614 (2006).
    6737   '''),0,WACV)
     6737  '''))
    67386738        topSizer.Add(wx.StaticText(ISODIST,label=' Subset selection if desired:'))
    67396739        laueName = ['Cubic','Hexagonal','Trigonal','Tetragonal','Orthorhombic','Monoclinic','Triclinic']
Note: See TracChangeset for help on using the changeset viewer.