Changeset a5c31fd in sasview
- Timestamp:
- Sep 6, 2018 5:39:53 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- dda8f16
- Parents:
- 47471ec (diff), f84d793 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/GuiManager.py
r6da3e3d rf84d793 123 123 #self._workspace.workspace.addDockWidget(Qt.LeftDockWidgetArea, self.dockedFilesWidget) 124 124 self._workspace.addDockWidget(Qt.LeftDockWidgetArea, self.dockedFilesWidget) 125 self._workspace.resizeDocks([self.dockedFilesWidget], [305], Qt.Horizontal) 125 126 126 127 # Add the console window as another docked widget -
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
r6da3e3d rf84d793 2820 2820 # TODO: add polidyspersity and magnetism 2821 2821 2822 2823 2822 def updateUndo(self): 2824 2823 """
Note: See TracChangeset
for help on using the changeset viewer.