Ignore:
Timestamp:
Oct 25, 2017 10:18:21 AM (7 years ago)
Author:
krzywon
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:
fca1f50
Parents:
c31d41e7
Message:

Expand horizontal window size with size of input text.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/GPUOptions.py

    rc31d41e7 rf629e62f  
    5959                check_box.click() 
    6060                self.clicked = True 
     61        self.openCLCheckBoxGroup.setMinimumWidth( 
     62            self.optionsLayout.sizeHint().width()) 
     63        self.setMinimumWidth(self.verticalLayout.sizeHint().width()) 
    6164 
    6265    def createLinks(self): 
Note: See TracChangeset for help on using the changeset viewer.