Changeset a7a0def in sasview for src


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

Focus on plots when resizing in Corfunc

It needed to be easier to make the plots larger.

File:
1 edited

Legend:

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

    r28c2586 ra7a0def  
    121121        self._realplot = MyMplCanvas(self.model) 
    122122        self.plotLayout.insertWidget(1, self._realplot) 
     123 
     124        self.gridLayout_8.setColumnStretch(0, 1) 
     125        self.gridLayout_8.setColumnStretch(1, 3) 
    123126 
    124127        # Connect buttons to slots. 
Note: See TracChangeset for help on using the changeset viewer.