Ignore:
Timestamp:
Oct 13, 2009 10:21:59 AM (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:
860afc1
Parents:
0686c4d6
Message:

changed panel box width larger so that it fits well on linux/MAC too.

File:
1 edited

Legend:

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

    r52cac46 r9170547  
    154154         
    155155        sizer_fit.Add((5,5),1, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 5)         
    156         sizer_fit.Add(self.btFit,0, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 5)  
     156        sizer_fit.Add(self.btFit,0, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 35)  
    157157         
    158158        sizer_smearer = wx.BoxSizer(wx.HORIZONTAL) 
     
    170170         
    171171        #Display Chi^2/dof 
    172         sizer_smearer.Add((68,10)) 
     172        sizer_smearer.Add((90,10)) 
    173173        box_description= wx.StaticBox(self, -1,'Chi2/dof') 
    174174        boxsizer1 = wx.StaticBoxSizer(box_description, wx.VERTICAL) 
    175         boxsizer1.SetMinSize((60,-1)) 
     175        boxsizer1.SetMinSize((80,-1)) 
    176176        temp_smearer = None 
    177177        if self.enable_smearer.GetValue(): 
Note: See TracChangeset for help on using the changeset viewer.