Changeset eda428b in sasview for sansview/perspectives
- Timestamp:
- Apr 17, 2009 11:09:00 PM (16 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 9e6c27f
- Parents:
- 6f3e2ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/perspectives/fitting/fitpage.py
r882a912 reda428b 17 17 ## event to know the selected fit engine 18 18 (FitterTypeEvent, EVT_FITTER_TYPE) = wx.lib.newevent.NewEvent() 19 _BOX_WIDTH = 8019 _BOX_WIDTH = 76 20 20 21 21 import basepage … … 884 884 885 885 sizer.Add(self.cb1,(iy, ix),(1,1),\ 886 wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 15)886 wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 5) 887 887 ix += 1 888 888 self.text2_4 = wx.StaticText(self, -1, '[Units]') … … 922 922 wx.EVT_CHECKBOX(self, cb.GetId(), self.select_param) 923 923 sizer.Add( cb,( iy, ix),(1,1), 924 wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 15)924 wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 5) 925 925 ix +=1 926 926 # Units
Note: See TracChangeset
for help on using the changeset viewer.