Ignore:
Timestamp:
Apr 17, 2009 9:09:00 PM (15 years ago)
Author:
Jae Cho <jhjcho@…>
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
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/perspectives/fitting/fitpage.py

    r882a912 reda428b  
    1717## event to know the selected fit engine 
    1818(FitterTypeEvent, EVT_FITTER_TYPE)   = wx.lib.newevent.NewEvent() 
    19 _BOX_WIDTH = 80 
     19_BOX_WIDTH = 76 
    2020 
    2121import basepage 
     
    884884         
    885885        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) 
    887887        ix += 1 
    888888        self.text2_4 = wx.StaticText(self, -1, '[Units]') 
     
    922922                wx.EVT_CHECKBOX(self, cb.GetId(), self.select_param) 
    923923                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) 
    925925                ix +=1 
    926926                # Units 
Note: See TracChangeset for help on using the changeset viewer.