Changeset a5c31fd in sasview for src/sas/qtgui/MainWindow
- 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. - File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.