Changes in / [47471ec:a5c31fd] in sasview


Ignore:
Location:
src/sas/qtgui
Files:
2 edited

Legend:

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

    r0eff615 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

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