Changeset 3827


Ignore:
Timestamp:
Feb 22, 2019 9:10:31 AM (5 years ago)
Author:
vondreele
Message:

bad call to wx.FlexGridSizer? in the RB torsion GUI - now fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r3826 r3827  
    77707770                if Torsions:                   
    77717771                    rbSeq = RBData['Residue'][rbId]['rbSeq']
    7772                     TorSizer = wx.FlexGridSizer(0,4)
     7772                    TorSizer = wx.FlexGridSizer(0,4,5,5)
    77737773                    TorSizer.AddGrowableCol(1,1)
    77747774                    for t,[torsion,seq] in enumerate(zip(Torsions,rbSeq)):
Note: See TracChangeset for help on using the changeset viewer.