Changeset e792aee in sasview for sansview


Ignore:
Timestamp:
Jun 13, 2011 5:15:48 PM (13 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:
1180528
Parents:
e5a1c31
Message:

hiding orientational param for 1d: getting there!

File:
1 edited

Legend:

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

    re5a1c31 re792aee  
    804804                        self.sizer4_4.Add(text2,(iy, ix),(1,1), 
    805805                                          wx.EXPAND|wx.ADJUST_MINSIZE, 0) 
    806                         if not self.is_mac: 
    807                             text2.Hide()  
     806 
     807                        text2.Hide()  
    808808 
    809809                        ix = 3 
     
    813813                        self.sizer4_4.Add(ctl2, (iy,ix),(1,1),  
    814814                                          wx.EXPAND|wx.ADJUST_MINSIZE, 0) 
    815                         if not self.is_mac: 
    816                             ctl2.Hide() 
     815 
     816                        ctl2.Hide() 
    817817                             
    818818                        ix = 4 
     
    27562756                    sizer.Add(text2,(iy, ix),(1,1),\ 
    27572757                                    wx.EXPAND|wx.ADJUST_MINSIZE, 0)  
    2758                     if not self.is_mac: 
    2759                         text2.Hide()  
     2758 
     2759                    text2.Hide()  
    27602760                    ix += 1 
    27612761                    ctl2 = wx.TextCtrl(self, -1, size=(_BOX_WIDTH/1.2,20), style=0) 
    27622762                    sizer.Add(ctl2, (iy,ix),(1,1),  
    27632763                              wx.EXPAND|wx.ADJUST_MINSIZE, 0) 
    2764                     if not self.is_mac: 
    2765                         ctl2.Hide() 
     2764 
     2765                    ctl2.Hide() 
    27662766                     
    27672767                     
Note: See TracChangeset for help on using the changeset viewer.