Ignore:
Timestamp:
Mar 25, 2019 7:01:06 AM (5 years ago)
Author:
awashington
Branches:
ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl
Children:
9913448
Parents:
84fa015
git-author:
Adam Washington <rprospero@…> (03/25/19 05:35:39)
git-committer:
Adam Washington <rprospero@…> (03/25/19 07:01:06)
Message:

Move corfunc plots into a separate column

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Corfunc/CorfuncPerspective.py

    r84fa015 r8ef789c  
    117117 
    118118        self._canvas = MyMplCanvas(self.model) 
    119         self.mainVerticalLayout.insertWidget(0, self._canvas) 
     119        self.columnLayout.insertWidget(0, self._canvas) 
    120120        self._realplot = MyMplCanvas(self.model) 
    121         self.mainVerticalLayout.insertWidget(1, self._realplot) 
     121        self.columnLayout.insertWidget(1, self._realplot) 
    122122 
    123123        # Connect buttons to slots. 
Note: See TracChangeset for help on using the changeset viewer.