Changeset d1955d67 in sasview for src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
- Timestamp:
- Nov 15, 2017 8:48:27 AM (7 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 84df556
- Parents:
- c7ebb37
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
- Property mode changed from 100755 to 100644
r7c487846 rd1955d67 81 81 82 82 # no reason to have this widget resizable 83 self.setFixedSize(self.minimumSizeHint()) 83 self.resize(self.minimumSizeHint()) 84 #self.setFixedSize(self.sizeHint()) 84 85 85 86 self.communicate = self._manager.communicator()
Note: See TracChangeset
for help on using the changeset viewer.