Changeset 3212 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Jan 4, 2018 10:29:00 AM (6 years ago)
Author:
vondreele
Message:

fix problem of missing rd.MPhase in phase imports
work on display of gray phases & other magnetic symmetry info.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r3211 r3212  
    8484        mainSizer = wx.BoxSizer(wx.VERTICAL)
    8585        mainSizer.Add((0,10))
    86         first = text[0].split(':')[-1].strip()
    8786        cents = [0,]
    8887        if len(Cents) > 1:
     
    9493            if ic:
    9594                cent = cent.strip(' (').strip(')+\n')
    96                 mainSizer.Add(wx.StaticText(self.panel,label=' for (%s)+'%(cent)),0,WACV)
     95                mainSizer.Add(wx.StaticText(self.panel,label='      for (%s)+'%(cent)),0,WACV)
    9796            tableSizer = wx.FlexGridSizer(0,2*ncol+3,0,0)
    9897            for j,item in enumerate(self.table):
     
    18421841                superGp.Bind(wx.EVT_TEXT_ENTER,OnSuperGp)                       
    18431842            modSizer.Add(superGp,0,WACV)
     1843            modSizer.Add((5,5),0)
     1844            showOps = wx.CheckBox(General,label='Show ops.')
     1845            showOps.Bind(wx.EVT_CHECKBOX,OnSuperGp)
     1846            modSizer.Add(showOps,0,WACV)
    18441847            if PWDR:
    18451848                modSizer.Add(wx.StaticText(General,label=' Max index: '),0,WACV)
Note: See TracChangeset for help on using the changeset viewer.