Ignore:
Timestamp:
Dec 4, 2017 4:22:31 PM (5 years ago)
Author:
vondreele
Message:

change from wx.DefaultSize? to our defaults if window size is 'None'
A TODO in Integrate for saving the x,y --> 2th,azm map between images
complete fix to allowed super symmetries by lattice + pt. grp lookup
also fix operator check for complete super symmetry
finish cif import of super symmetry cases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r3171 r3172  
    25722572            if type(size) is str:
    25732573                if size == 'None':
    2574                     size = wx.DefaultSize
     2574                    size = wx.Size(700,450)
    25752575                else:
    25762576                    size = eval(size)
     
    26372637            if type(size) is str:
    26382638                if size == 'None':
    2639                     size = wx.DefaultSize
     2639                    size = wx.Size(700,600)
    26402640                else:
    26412641                    size = eval(size)
Note: See TracChangeset for help on using the changeset viewer.