We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5321501 commit cdf2ad7Copy full SHA for cdf2ad7
GSASII/fprime.py
@@ -221,6 +221,7 @@ def OnChoice3(event):
221
self.choice2.Bind(wx.EVT_COMBOBOX, OnChoice2, id=wxID_FPRIMECHOICE2)
222
self.choice3 = wx.CheckBox(panel,label='Normalize ff by Z')
223
self.choice3.Bind(wx.EVT_CHECKBOX,OnChoice3)
224
+ choiceSizer.Add((10,10),0)
225
choiceSizer.Add(self.choice3,0)
226
mainSizer.Add(choiceSizer,0)
227
mainSizer.Add((10,10),0)
0 commit comments