Changeset 2596 for trunk/GSASIIpwdGUI.py


Ignore:
Timestamp:
Dec 21, 2016 8:46:09 AM (7 years ago)
Author:
vondreele
Message:

tidy up PDF setup - add IofQmin? default
something that works for 1D mag moments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwdGUI.py

    r2595 r2596  
    49894989            typeHint=float,OnLeave=AfterChangeNoRefresh)
    49904990    sqBox.Add(flatBkg,0)
    4991     if data.get('IofQmin',0.):
    4992         flatSpin = wx.SpinButton(G2frame.dataDisplay,style=wx.SP_VERTICAL,size=wx.Size(20,25))
    4993         flatSpin.SetRange(-1,1)
    4994         flatSpin.SetValue(0)
    4995         flatSpin.Bind(wx.EVT_SPIN, OnFlatSpin)
    4996         sqBox.Add(flatSpin,0,WACV)
     4991    flatSpin = wx.SpinButton(G2frame.dataDisplay,style=wx.SP_VERTICAL,size=wx.Size(20,25))
     4992    flatSpin.SetRange(-1,1)
     4993    flatSpin.SetValue(0)
     4994    flatSpin.Bind(wx.EVT_SPIN, OnFlatSpin)
     4995    sqBox.Add(flatSpin,0,WACV)
    49974996    mainSizer.Add(sqBox,0)
    49984997       
Note: See TracChangeset for help on using the changeset viewer.