Ignore:
Timestamp:
Oct 7, 2016 5:08:23 PM (8 years ago)
Author:
davidm
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
Message:

startup dialogs are now properly sized

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py

    r28a84e9 rd813cad8  
    6464        self._high_power_value  = False 
    6565 
    66         # No reason to have this widget resizable 
    67         self.setFixedSize(422, 400) 
     66        # no reason to have this widget resizable 
     67        self.setFixedSize(self.minimumSizeHint()) 
    6868 
    6969        self.communicate = GuiUtils.Communicate() 
Note: See TracChangeset for help on using the changeset viewer.