pyqtgraph
pyqtgraph copied to clipboard
Use Monospace font in Console Widget CmdInput
The repl uses a monospace font (Courier New by default) to display the command output, but the text input widget was using the system default. This commit applies the same font styling to the LineEdit widget used in the Console widget.
before:
after:
This looks a lot more consistent in my opinion.