pyqtgraph icon indicating copy to clipboard operation
pyqtgraph copied to clipboard

Use Monospace font in Console Widget CmdInput

Open jack-mil opened this issue 1 year ago • 0 comments

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: before

after: after

This looks a lot more consistent in my opinion.

jack-mil avatar Aug 27 '24 14:08 jack-mil