Changeset 457d961 in sasview for src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
- Timestamp:
- Aug 18, 2017 9:08:55 AM (7 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:
- 464cd07
- Parents:
- 0e4d87c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
ree18d33 r457d961 106 106 # Set up the mapper 107 107 self.setupMapper() 108 109 new_font = 'font-family: -apple-system, "Helvetica Neue", "Ubuntu";' 110 self.label_2.setStyleSheet(new_font) 111 self.label_24.setStyleSheet(new_font) 112 self.label_27.setStyleSheet(new_font) 108 113 109 114 def setClosable(self, value=True):
Note: See TracChangeset
for help on using the changeset viewer.