Changeset e792aee in sasview
- Timestamp:
- Jun 13, 2011 5:15:48 PM (13 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:
- 1180528
- Parents:
- e5a1c31
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/perspectives/fitting/fitpage.py
re5a1c31 re792aee 804 804 self.sizer4_4.Add(text2,(iy, ix),(1,1), 805 805 wx.EXPAND|wx.ADJUST_MINSIZE, 0) 806 if not self.is_mac: 807 806 807 text2.Hide() 808 808 809 809 ix = 3 … … 813 813 self.sizer4_4.Add(ctl2, (iy,ix),(1,1), 814 814 wx.EXPAND|wx.ADJUST_MINSIZE, 0) 815 if not self.is_mac: 816 815 816 ctl2.Hide() 817 817 818 818 ix = 4 … … 2756 2756 sizer.Add(text2,(iy, ix),(1,1),\ 2757 2757 wx.EXPAND|wx.ADJUST_MINSIZE, 0) 2758 if not self.is_mac: 2759 2758 2759 text2.Hide() 2760 2760 ix += 1 2761 2761 ctl2 = wx.TextCtrl(self, -1, size=(_BOX_WIDTH/1.2,20), style=0) 2762 2762 sizer.Add(ctl2, (iy,ix),(1,1), 2763 2763 wx.EXPAND|wx.ADJUST_MINSIZE, 0) 2764 if not self.is_mac: 2765 2764 2765 ctl2.Hide() 2766 2766 2767 2767
Note: See TracChangeset
for help on using the changeset viewer.