Changes in src/sas/sasgui/perspectives/fitting/fitpage.py [dabcaf7:a7c6f38] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/fitpage.py
rdabcaf7 ra7c6f38 706 706 707 707 ix = 3 708 ctl2 = BGTextCtrl(self, wx.ID_ANY, 709 size=(_BOX_WIDTH / 1.3, 20)) 708 ctl2 = wx.TextCtrl(self, wx.ID_ANY, 709 size=(_BOX_WIDTH / 1.3, 20), 710 style=0) 710 711 711 712 self.sizer4_4.Add(ctl2, (iy, ix), (1, 1), … … 1997 1998 self.on_smear_helper() 1998 1999 self.on_set_focus(None) 1999 self.Layout()2000 2000 self.Refresh() 2001 2001 # update model plot with new data information … … 2892 2892 text2.Hide() 2893 2893 ix += 1 2894 ctl2 = BGTextCtrl(self, wx.ID_ANY,2895 size=(_BOX_WIDTH / 1.2, 20) )2894 ctl2 = wx.TextCtrl(self, wx.ID_ANY, 2895 size=(_BOX_WIDTH / 1.2, 20), style=0) 2896 2896 sizer.Add(ctl2, (iy, ix), (1, 1), 2897 2897 wx.EXPAND | wx.ADJUST_MINSIZE, 0)
Note: See TracChangeset
for help on using the changeset viewer.