Changeset 3554 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Aug 6, 2018 8:27:37 AM (5 years ago)
Author:
vondreele
Message:

add volume & space group defaults to Unit cell controls defaults

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r3521 r3554  
    413413                    caption='Bilbao MAXMAGN error',style=wx.ICON_EXCLAMATION)
    414414                return
    415             dlg = G2G.MultiFloatDialog(self,title='Propagation vector',prompts=['kx','ky','kz'],
     415            dlg = G2G.MultiFloatDialog(self,title='Propagation vector',prompts=[' kx',' ky',' kz'],
    416416                    values=self.kvec,limits=[[0.,1.],[0.,1.],[0.,1.]],formats=['%4.1f','%4.1f','%4.1f'])
    417417            if dlg.ShowModal() == wx.ID_OK:
Note: See TracChangeset for help on using the changeset viewer.