Changeset 2640 for trunk/GSASIIphsGUI.py
- Timestamp:
- Jan 17, 2017 5:11:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r2638 r2640 75 75 phasePage.Scroll(0,Scroll) 76 76 Size[1] = min(500,Size[1]) 77 mainFrame.setSizePosLeft(Size) 78 Size[1] += 1 #kluge to get correct scrolling! 77 79 mainFrame.setSizePosLeft(Size) 78 80 … … 3056 3058 attr.SetEditor(G2G.GridFractionEditor(atomGrid)) 3057 3059 atomGrid.SetColAttr(c, attr) 3060 for row,atom in enumerate(Layer['Atoms']): 3061 atomGrid.SetReadOnly(row,1,True) 3058 3062 atomGrid.Bind(wg.EVT_GRID_CELL_LEFT_DCLICK, AtomTypeSelect) 3059 3063 atomGrid.AutoSizeColumns(True)
Note: See TracChangeset
for help on using the changeset viewer.