Changeset f84d793 in sasview for src


Ignore:
Timestamp:
Sep 6, 2018 3:33:21 AM (6 years ago)
Author:
Torin Cooper-Bennun <torin.cooper-bennun@…>
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:
c0de493
Parents:
6da3e3d
Message:

reduce initial width of Data Explorer dock

Location:
src/sas/qtgui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/GuiManager.py

    r6da3e3d rf84d793  
    123123        #self._workspace.workspace.addDockWidget(Qt.LeftDockWidgetArea, self.dockedFilesWidget) 
    124124        self._workspace.addDockWidget(Qt.LeftDockWidgetArea, self.dockedFilesWidget) 
     125        self._workspace.resizeDocks([self.dockedFilesWidget], [305], Qt.Horizontal) 
    125126 
    126127        # Add the console window as another docked widget 
  • src/sas/qtgui/Perspectives/Fitting/FittingWidget.py

    r6da3e3d rf84d793  
    28202820        # TODO: add polidyspersity and magnetism 
    28212821 
    2822  
    28232822    def updateUndo(self): 
    28242823        """ 
Note: See TracChangeset for help on using the changeset viewer.