Changeset d813cad8 in sasview for src/sas/qtgui/Perspectives/Invariant
- Timestamp:
- Oct 7, 2016 5:08:23 PM (8 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:
- b27c681
- Parents:
- 7451b88
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
r28a84e9 rd813cad8 64 64 self._high_power_value = False 65 65 66 # No reason to have this widget resizable67 self.setFixedSize( 422, 400)66 # no reason to have this widget resizable 67 self.setFixedSize(self.minimumSizeHint()) 68 68 69 69 self.communicate = GuiUtils.Communicate()
Note: See TracChangeset
for help on using the changeset viewer.