Changeset 57b551e in sasview
- Timestamp:
- May 24, 2011 3:59:43 PM (14 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:
- 88f286d
- Parents:
- a4ffc36
- Location:
- prview
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
prview/local_config.py
rb1a9e8b r57b551e 68 68 DefaultGroupName = "DANSE" 69 69 OutputBaseFilename = "setupPrView" 70 70 DATAPANEL_WIDTH = 235 71 FIXED_PANEL = True 72 DATALOADER_SHOW = True 73 CLEANUP_PLOT = False 74 WELCOME_PANEL_SHOW = False 75 #Show or hide toolbar at the start up 76 TOOLBAR_SHOW = True 77 # set a default perspective 78 DEFAULT_PERSPECTIVE = 'None' 71 79 import wx.lib.newevent 72 80 (StatusBarEvent, EVT_STATUS) = wx.lib.newevent.NewEvent() -
prview/perspectives/pr/inversion_panel.py
r23cdeab r57b551e 401 401 402 402 iy = 0 403 self.file_radio = wx.StaticText(self, -1, " Data:")403 self.file_radio = wx.StaticText(self, -1, "Name:") 404 404 pars_sizer.Add(self.file_radio, (iy, 0), (1, 1), 405 405 wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 15)
Note: See TracChangeset
for help on using the changeset viewer.