Changeset 324e0bf in sasview for src/sas/sasgui/guiframe
- Timestamp:
- May 19, 2017 9:41:37 AM (8 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.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- edc7852
- Parents:
- 8de66b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/guiframe/local_perspectives/plotting/parameters_panel_slicer.py
r8e15dce r324e0bf 136 136 ix = 0 137 137 iy += 1 138 txt = "Slicer type :"138 txt = "Slicer type" 139 139 text = wx.StaticText(self, -1, txt, style=wx.ALIGN_LEFT) 140 140 self.bck.Add(text, (iy, ix), (1, 1),
Note: See TracChangeset
for help on using the changeset viewer.