Ignore:
File:
1 edited

Legend:

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

    rfbfc488 r3933ee9  
    44 
    55from PyQt5 import QtSvg 
     6 
     7from sas.qtgui.Utilities import GuiUtils 
    68 
    79def new_load_qt(api_options): 
     
    3537        app = guisupport.get_app_qt4() 
    3638 
     39        font = GuiUtils.getMonospaceFont() 
     40        self.font = font 
     41 
    3742        # Create an in-process kernel 
    3843        kernel_manager = QtInProcessKernelManager() 
Note: See TracChangeset for help on using the changeset viewer.