Changes in / [a5c31fd:47471ec] in sasview


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

Legend:

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

    rf84d793 r0eff615  
    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) 
    126125 
    127126        # Add the console window as another docked widget 
  • src/sas/qtgui/Perspectives/Fitting/FittingWidget.py

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