diff options
| author | 2010-01-08 16:06:21 +0000 | |
|---|---|---|
| committer | 2010-01-08 16:06:21 +0000 | |
| commit | 6cb18b6b45492b62aeafb67e57ecb6461d8e7314 (patch) | |
| tree | 2b577db63dcd46a3b91e6828195ed85ae1b07422 /src/modules/editor/scripteditor.cpp | |
| parent | removed obsolete tips, updated others (diff) | |
| download | KVIrc-6cb18b6b45492b62aeafb67e57ecb6461d8e7314.tar.gz KVIrc-6cb18b6b45492b62aeafb67e57ecb6461d8e7314.tar.bz2 KVIrc-6cb18b6b45492b62aeafb67e57ecb6461d8e7314.zip | |
use always the same default monospace font in script editor
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3810 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/editor/scripteditor.cpp')
| -rw-r--r-- | src/modules/editor/scripteditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/editor/scripteditor.cpp b/src/modules/editor/scripteditor.cpp index 275b5aa18..16f642339 100644 --- a/src/modules/editor/scripteditor.cpp +++ b/src/modules/editor/scripteditor.cpp @@ -784,7 +784,7 @@ void KviScriptEditorImplementation::loadOptions() g_clrVariable = cfg.readColorEntry("Variable",QColor(200,200,200)); g_clrPunctuation = cfg.readColorEntry("Punctuation",QColor(180,180,0)); g_clrFind = cfg.readColorEntry("Find",QColor(255,0,0)); - g_fntNormal = cfg.readFontEntry("Font",QFont("Fixed",12)); + g_fntNormal = cfg.readFontEntry("Font",QFont("Courier New",8)); } bool KviScriptEditorImplementation::isModified() |
