Ignore:
Timestamp:
Aug 18, 2017 11:08:55 AM (7 years ago)
Author:
Celine Durniak <celine.durniak@…>
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:
464cd07
Parents:
0e4d87c
Message:

Corrected bugs in display of new GUI (angstrom, size of line edit)

File:
1 edited

Legend:

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

    r83eb5208 r457d961  
    5959        self.progressBar.setValue(progress_low_qstar) 
    6060        self.progressBar_2.setValue(progress_qstar)            
    61         self.progressBar_3.setValue(progress_high_qstar)            
     61        self.progressBar_3.setValue(progress_high_qstar) 
     62 
     63        new_font = 'font-family: -apple-system, "Helvetica Neue", "Ubuntu";' 
     64        self.label_3.setStyleSheet(new_font) 
     65        self.label_4.setStyleSheet(new_font) 
     66        self.label_.setStyleSheet(new_font) 
    6267 
    6368        self.show() 
Note: See TracChangeset for help on using the changeset viewer.