Changeset 4081 for trunk/GSASIIpwdGUI.py
- Timestamp:
- Aug 7, 2019 3:58:03 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwdGUI.py
r4079 r4081 4314 4314 littleSizer.Add(bravSel,0,WACV) 4315 4315 littleSizer.Add(wx.StaticText(G2frame.dataWindow,label=" Space \n group ",style=wx.ALIGN_CENTER),0,WACV,5) 4316 spcSel = wx.Choice(G2frame.dataWindow,choices=SPGlist[controls[5]],size=( 75,-1))4316 spcSel = wx.Choice(G2frame.dataWindow,choices=SPGlist[controls[5]],size=(100,-1)) 4317 4317 spcSel.SetSelection(SPGlist[controls[5]].index(controls[13])) 4318 4318 spcSel.Bind(wx.EVT_CHOICE,OnSpcSel)
Note: See TracChangeset
for help on using the changeset viewer.