Changeset 3212 for trunk/GSASIIphsGUI.py
- Timestamp:
- Jan 4, 2018 10:29:00 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r3211 r3212 84 84 mainSizer = wx.BoxSizer(wx.VERTICAL) 85 85 mainSizer.Add((0,10)) 86 first = text[0].split(':')[-1].strip()87 86 cents = [0,] 88 87 if len(Cents) > 1: … … 94 93 if ic: 95 94 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) 97 96 tableSizer = wx.FlexGridSizer(0,2*ncol+3,0,0) 98 97 for j,item in enumerate(self.table): … … 1842 1841 superGp.Bind(wx.EVT_TEXT_ENTER,OnSuperGp) 1843 1842 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) 1844 1847 if PWDR: 1845 1848 modSizer.Add(wx.StaticText(General,label=' Max index: '),0,WACV)
Note: See TracChangeset
for help on using the changeset viewer.