Ignore:
Timestamp:
Aug 14, 2018 9:40:46 AM (6 years ago)
Author:
Torin Cooper-Bennun <torin.cooper-bennun@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
4bf58293, 04ac604
Parents:
328f2ef
Message:

standardise monospace font for code editors, QT console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Utilities/PluginDefinition.py

    r060413c r3933ee9  
    44 
    55from sas.qtgui.Utilities.UI.PluginDefinitionUI import Ui_PluginDefinition 
     6from sas.qtgui.Utilities import GuiUtils 
    67 
    78# txtName 
     
    6465""" 
    6566        self.txtFunction.insertPlainText(text) 
     67        self.txtFunction.setFont(GuiUtils.getMonospaceFont()) 
    6668 
    6769        # Validators 
Note: See TracChangeset for help on using the changeset viewer.