Changeset d813cad8 in sasview


Ignore:
Timestamp:
Oct 7, 2016 3: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

Location:
src/sas/qtgui
Files:
2 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() 
  • src/sas/qtgui/WelcomePanel.py

    rf51ed67 rd813cad8  
    2525 
    2626        self.lblVersion.setText(ver) 
     27 
     28        # no reason to have this widget resizable 
     29        self.setFixedSize(self.minimumSizeHint()) 
Note: See TracChangeset for help on using the changeset viewer.