diff options
| author | Adrien Tétar | 2015-05-29 15:40:05 +0200 | 
|---|---|---|
| committer | Adrien Tétar | 2015-05-29 15:40:05 +0200 | 
| commit | 3d769d86cc997486cea888f47310b546d112151e (patch) | |
| tree | c7055ce12271b0bb6974f2a1f4e3d629a3ef6ac6 /Lib/defconQt/featureTextEditor.py | |
| parent | b588ee3ca0dc77c37b7cc180ba1bdab04bd7de4e (diff) | |
| download | trufont-3d769d86cc997486cea888f47310b546d112151e.tar.bz2 | |
More stuff
Diffstat (limited to 'Lib/defconQt/featureTextEditor.py')
| -rw-r--r-- | Lib/defconQt/featureTextEditor.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Lib/defconQt/featureTextEditor.py b/Lib/defconQt/featureTextEditor.py index 2c47adb..079a2c4 100644 --- a/Lib/defconQt/featureTextEditor.py +++ b/Lib/defconQt/featureTextEditor.py @@ -65,7 +65,7 @@ class TextEditor(QPlainTextEdit):      def __init__(self, text=None, parent=None):          super(TextEditor, self).__init__(parent)          font = QFont() -        font.setFamily('CamingoCode') +        font.setFamily('Roboto Mono')          font.setPointSize(10)          font.setFixedPitch(True) | 
