Ignore:
File:
1 edited

Legend:

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

    r3933ee9 r26970b3  
    33 
    44from sas.qtgui.Utilities.UI.ModelEditor import Ui_ModelEditor 
    5 from sas.qtgui.Utilities import GuiUtils 
    65 
    76class ModelEditor(QtWidgets.QDialog, Ui_ModelEditor): 
     
    3130        self.highlight = PythonHighlighter(self.txtEditor.document()) 
    3231 
    33         self.txtEditor.setFont(GuiUtils.getMonospaceFont()) 
    34  
    3532    def addSignals(self): 
    3633        """ 
Note: See TracChangeset for help on using the changeset viewer.